HSL(198, 45%, 82%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(198,45%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(198, 45%, 82%) | color: hsl(198, 45%, 82%) | |
| HEX | #BCD9E6 | color: #BCD9E6 | |
| RGB | rgb(188, 217, 230) | color: rgb(188, 217, 230) | |
| CMYK | cmyk(18%, 6%, 0%, 10%) | — | |
| HSV | hsv(199, 18%, 90%) | — | |
| HWB | hwb(199 74% 10%) | color: hwb(199 74% 10%) | |
| OKLCH | oklch(0.8681 0.0357 226.62) | color: oklch(0.8681 0.0357 226.62) | |
| Lab | lab(85.01 -6.88 -9.59) | color: lab(85.01 -6.88 -9.59) | |
| LCH | lch(85.01 11.8 234.34) | color: lch(85.01 11.8 234.34) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#C9C9E3 — rgb(201, 201, 227)
Deuteranopia (Green-blind)
#C7C5E2 — rgb(199, 197, 226)
Tritanopia (Blue-blind)
#BDE0E0 — rgb(189, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(198, 45%, 82%);
text
color: hsl(198, 45%, 82%);
border
border: 2px solid hsl(198, 45%, 82%);
gradient light
background: linear-gradient(to right, hsl(198, 45%, 100%), hsl(198, 45%, 82%));
gradient dark
background: linear-gradient(to right, hsl(198, 45%, 82%), hsl(198, 45%, 62%))
hex
background-color: #BCD9E6;
tailwind
bg-[hsl(198,45%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(198, 45%, 82%, 0.4);
css variable
--color-primary: hsl(198, 45%, 82%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(198, 45%, 82%)?
HEX: #BCD9E6 | RGB: rgb(188, 217, 230) | CMYK: 18%, 6%, 0%, 10% | HSV: 199°, 18%, 90%. Copy any format from the conversion table above.
What colors go well with #BCD9E6?
The complementary color is HSL(18, 45%, 82%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(198, 45%, 82%) in CSS?
As HSL: color: hsl(198, 45%, 82%); — As HEX: color: #BCD9E6; — As RGB: color: rgb(188, 217, 230); — Tailwind CSS: bg-[hsl(198,45%,82%)] — CSS variable: --color-primary: hsl(198, 45%, 82%);