HSL(205, 43%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(205,43%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 43%, 81%) | color: hsl(205, 43%, 81%) | |
| HEX | #BAD2E3 | color: #BAD2E3 | |
| RGB | rgb(186, 210, 227) | color: rgb(186, 210, 227) | |
| CMYK | cmyk(18%, 7%, 0%, 11%) | — | |
| HSV | hsv(205, 18%, 89%) | — | |
| HWB | hwb(205 73% 11%) | color: hwb(205 73% 11%) | |
| OKLCH | oklch(0.8513 0.0351 238.74) | color: oklch(0.8513 0.0351 238.74) | |
| Lab | lab(82.95 -4.49 -11.08) | color: lab(82.95 -4.49 -11.08) | |
| LCH | lch(82.95 11.96 247.94) | color: lch(82.95 11.96 247.94) |
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)
#C4C5DF — rgb(196, 197, 223)
Deuteranopia (Green-blind)
#C3C1DE — rgb(195, 193, 222)
Tritanopia (Blue-blind)
#BBDCDB — rgb(187, 220, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 43%, 81%);
text
color: hsl(205, 43%, 81%);
border
border: 2px solid hsl(205, 43%, 81%);
gradient light
background: linear-gradient(to right, hsl(205, 43%, 100%), hsl(205, 43%, 81%));
gradient dark
background: linear-gradient(to right, hsl(205, 43%, 81%), hsl(205, 43%, 61%))
hex
background-color: #BAD2E3;
tailwind
bg-[hsl(205,43%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 43%, 81%, 0.4);
css variable
--color-primary: hsl(205, 43%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 43%, 81%)?
HEX: #BAD2E3 | RGB: rgb(186, 210, 227) | CMYK: 18%, 7%, 0%, 11% | HSV: 205°, 18%, 89%. Copy any format from the conversion table above.
What colors go well with #BAD2E3?
The complementary color is HSL(25, 43%, 81%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 43%, 81%) in CSS?
As HSL: color: hsl(205, 43%, 81%); — As HEX: color: #BAD2E3; — As RGB: color: rgb(186, 210, 227); — Tailwind CSS: bg-[hsl(205,43%,81%)] — CSS variable: --color-primary: hsl(205, 43%, 81%);