HSL(206, 60%, 83%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(206,60%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(206, 60%, 83%) | color: hsl(206, 60%, 83%) | |
| HEX | #BAD7EE | color: #BAD7EE | |
| RGB | rgb(186, 215, 238) | color: rgb(186, 215, 238) | |
| CMYK | cmyk(22%, 10%, 0%, 7%) | — | |
| HSV | hsv(207, 22%, 93%) | — | |
| HWB | hwb(207 73% 7%) | color: hwb(207 73% 7%) | |
| OKLCH | oklch(0.8653 0.0445 242.03) | color: oklch(0.8653 0.0445 242.03) | |
| Lab | lab(84.59 -4.72 -14.47) | color: lab(84.59 -4.72 -14.47) | |
| LCH | lch(84.59 15.22 251.93) | color: lch(84.59 15.22 251.93) |
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)
#C7C7E8 — rgb(199, 199, 232)
Deuteranopia (Green-blind)
#C5C3E7 — rgb(197, 195, 231)
Tritanopia (Blue-blind)
#BBE4E3 — rgb(187, 228, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(206, 60%, 83%);
text
color: hsl(206, 60%, 83%);
border
border: 2px solid hsl(206, 60%, 83%);
gradient light
background: linear-gradient(to right, hsl(206, 60%, 100%), hsl(206, 60%, 83%));
gradient dark
background: linear-gradient(to right, hsl(206, 60%, 83%), hsl(206, 60%, 63%))
hex
background-color: #BAD7EE;
tailwind
bg-[hsl(206,60%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(206, 60%, 83%, 0.4);
css variable
--color-primary: hsl(206, 60%, 83%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(206, 60%, 83%)?
HEX: #BAD7EE | RGB: rgb(186, 215, 238) | CMYK: 22%, 10%, 0%, 7% | HSV: 207°, 22%, 93%. Copy any format from the conversion table above.
What colors go well with #BAD7EE?
The complementary color is HSL(26, 60%, 83%). For a triadic harmony, use hues 206°, 326°, and 86°. For analogous combinations, try hues 176° and 236°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(206, 60%, 83%) in CSS?
As HSL: color: hsl(206, 60%, 83%); — As HEX: color: #BAD7EE; — As RGB: color: rgb(186, 215, 238); — Tailwind CSS: bg-[hsl(206,60%,83%)] — CSS variable: --color-primary: hsl(206, 60%, 83%);