HSL(232, 19%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(232,19%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 19%, 79%) | color: hsl(232, 19%, 79%) | |
| HEX | #BFC2D4 | color: #BFC2D4 | |
| RGB | rgb(191, 194, 212) | color: rgb(191, 194, 212) | |
| CMYK | cmyk(10%, 8%, 0%, 17%) | — | |
| HSV | hsv(231, 10%, 83%) | — | |
| HWB | hwb(231 75% 17%) | color: hwb(231 75% 17%) | |
| OKLCH | oklch(0.8173 0.0254 278.28) | color: oklch(0.8173 0.0254 278.28) | |
| Lab | lab(78.7 2.46 -9.34) | color: lab(78.7 2.46 -9.34) | |
| LCH | lch(78.7 9.66 284.76) | color: lch(78.7 9.66 284.76) |
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)
#C0C0D0 — rgb(192, 192, 208)
Deuteranopia (Green-blind)
#C0C0CF — rgb(192, 192, 207)
Tritanopia (Blue-blind)
#BFCCCB — rgb(191, 204, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 19%, 79%);
text
color: hsl(232, 19%, 79%);
border
border: 2px solid hsl(232, 19%, 79%);
gradient light
background: linear-gradient(to right, hsl(232, 19%, 99%), hsl(232, 19%, 79%));
gradient dark
background: linear-gradient(to right, hsl(232, 19%, 79%), hsl(232, 19%, 59%))
hex
background-color: #BFC2D4;
tailwind
bg-[hsl(232,19%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 19%, 79%, 0.4);
css variable
--color-primary: hsl(232, 19%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 19%, 79%)?
HEX: #BFC2D4 | RGB: rgb(191, 194, 212) | CMYK: 10%, 8%, 0%, 17% | HSV: 231°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #BFC2D4?
The complementary color is HSL(52, 19%, 79%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 19%, 79%) in CSS?
As HSL: color: hsl(232, 19%, 79%); — As HEX: color: #BFC2D4; — As RGB: color: rgb(191, 194, 212); — Tailwind CSS: bg-[hsl(232,19%,79%)] — CSS variable: --color-primary: hsl(232, 19%, 79%);