HSL(202, 46%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,46%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 46%, 69%) | color: hsl(202, 46%, 69%) | |
| HEX | #8CBAD4 | color: #8CBAD4 | |
| RGB | rgb(140, 186, 212) | color: rgb(140, 186, 212) | |
| CMYK | cmyk(34%, 12%, 0%, 17%) | — | |
| HSV | hsv(202, 34%, 83%) | — | |
| HWB | hwb(202 55% 17%) | color: hwb(202 55% 17%) | |
| OKLCH | oklch(0.7652 0.0614 233.38) | color: oklch(0.7652 0.0614 233.38) | |
| Lab | lab(73.18 -8.93 -17.96) | color: lab(73.18 -8.93 -17.96) | |
| LCH | lch(73.18 20.06 243.56) | color: lch(73.18 20.06 243.56) |
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)
#A0A0CE — rgb(160, 160, 206)
Deuteranopia (Green-blind)
#9D9ACC — rgb(157, 154, 204)
Tritanopia (Blue-blind)
#8EC9C8 — rgb(142, 201, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 46%, 69%);
text
color: hsl(202, 46%, 69%);
border
border: 2px solid hsl(202, 46%, 69%);
gradient light
background: linear-gradient(to right, hsl(202, 46%, 89%), hsl(202, 46%, 69%));
gradient dark
background: linear-gradient(to right, hsl(202, 46%, 69%), hsl(202, 46%, 49%))
hex
background-color: #8CBAD4;
tailwind
bg-[hsl(202,46%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 46%, 69%, 0.4);
css variable
--color-primary: hsl(202, 46%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 46%, 69%)?
HEX: #8CBAD4 | RGB: rgb(140, 186, 212) | CMYK: 34%, 12%, 0%, 17% | HSV: 202°, 34%, 83%. Copy any format from the conversion table above.
What colors go well with #8CBAD4?
The complementary color is HSL(22, 46%, 69%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 46%, 69%) in CSS?
As HSL: color: hsl(202, 46%, 69%); — As HEX: color: #8CBAD4; — As RGB: color: rgb(140, 186, 212); — Tailwind CSS: bg-[hsl(202,46%,69%)] — CSS variable: --color-primary: hsl(202, 46%, 69%);