HSL(208, 30%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(208,30%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(208, 30%, 69%) | color: hsl(208, 30%, 69%) | |
| HEX | #98B2C8 | color: #98B2C8 | |
| RGB | rgb(152, 178, 200) | color: rgb(152, 178, 200) | |
| CMYK | cmyk(24%, 11%, 0%, 22%) | — | |
| HSV | hsv(208, 24%, 78%) | — | |
| HWB | hwb(208 59% 22%) | color: hwb(208 59% 22%) | |
| OKLCH | oklch(0.7513 0.0428 243.89) | color: oklch(0.7513 0.0428 243.89) | |
| Lab | lab(71.34 -4 -14.11) | color: lab(71.34 -4 -14.11) | |
| LCH | lch(71.34 14.67 254.17) | color: lch(71.34 14.67 254.17) |
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)
#A3A3C3 — rgb(163, 163, 195)
Deuteranopia (Green-blind)
#A2A0C1 — rgb(162, 160, 193)
Tritanopia (Blue-blind)
#99BEBE — rgb(153, 190, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(208, 30%, 69%);
text
color: hsl(208, 30%, 69%);
border
border: 2px solid hsl(208, 30%, 69%);
gradient light
background: linear-gradient(to right, hsl(208, 30%, 89%), hsl(208, 30%, 69%));
gradient dark
background: linear-gradient(to right, hsl(208, 30%, 69%), hsl(208, 30%, 49%))
hex
background-color: #98B2C8;
tailwind
bg-[hsl(208,30%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(208, 30%, 69%, 0.4);
css variable
--color-primary: hsl(208, 30%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(208, 30%, 69%)?
HEX: #98B2C8 | RGB: rgb(152, 178, 200) | CMYK: 24%, 11%, 0%, 22% | HSV: 208°, 24%, 78%. Copy any format from the conversion table above.
What colors go well with #98B2C8?
The complementary color is HSL(28, 30%, 69%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(208, 30%, 69%) in CSS?
As HSL: color: hsl(208, 30%, 69%); — As HEX: color: #98B2C8; — As RGB: color: rgb(152, 178, 200); — Tailwind CSS: bg-[hsl(208,30%,69%)] — CSS variable: --color-primary: hsl(208, 30%, 69%);