HSL(230, 13%, 79%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(230,13%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 13%, 79%) | color: hsl(230, 13%, 79%) | |
| HEX | #C2C5D0 | color: #C2C5D0 | |
| RGB | rgb(194, 197, 208) | color: rgb(194, 197, 208) | |
| CMYK | cmyk(7%, 5%, 0%, 18%) | — | |
| HSV | hsv(227, 7%, 82%) | — | |
| HWB | hwb(227 76% 18%) | color: hwb(227 76% 18%) | |
| OKLCH | oklch(0.8244 0.0157 273.81) | color: oklch(0.8244 0.0157 273.81) | |
| Lab | lab(79.59 1.06 -5.84) | color: lab(79.59 1.06 -5.84) | |
| LCH | lch(79.59 5.94 280.29) | color: lch(79.59 5.94 280.29) |
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)
#C3C3CD — rgb(195, 195, 205)
Deuteranopia (Green-blind)
#C3C3CD — rgb(195, 195, 205)
Tritanopia (Blue-blind)
#C2CBCB — rgb(194, 203, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 13%, 79%);
text
color: hsl(230, 13%, 79%);
border
border: 2px solid hsl(230, 13%, 79%);
gradient light
background: linear-gradient(to right, hsl(230, 13%, 99%), hsl(230, 13%, 79%));
gradient dark
background: linear-gradient(to right, hsl(230, 13%, 79%), hsl(230, 13%, 59%))
hex
background-color: #C2C5D0;
tailwind
bg-[hsl(230,13%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 13%, 79%, 0.4);
css variable
--color-primary: hsl(230, 13%, 79%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 13%, 79%)?
HEX: #C2C5D0 | RGB: rgb(194, 197, 208) | CMYK: 7%, 5%, 0%, 18% | HSV: 227°, 7%, 82%. Copy any format from the conversion table above.
What colors go well with #C2C5D0?
The complementary color is HSL(50, 13%, 79%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 13%, 79%) in CSS?
As HSL: color: hsl(230, 13%, 79%); — As HEX: color: #C2C5D0; — As RGB: color: rgb(194, 197, 208); — Tailwind CSS: bg-[hsl(230,13%,79%)] — CSS variable: --color-primary: hsl(230, 13%, 79%);