HSL(238, 74%, 86%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,74%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 74%, 86%) | color: hsl(238, 74%, 86%) | |
| HEX | #C1C3F6 | color: #C1C3F6 | |
| RGB | rgb(193, 195, 246) | color: rgb(193, 195, 246) | |
| CMYK | cmyk(22%, 21%, 0%, 4%) | — | |
| HSV | hsv(238, 22%, 96%) | — | |
| HWB | hwb(238 75% 4%) | color: hwb(238 75% 4%) | |
| OKLCH | oklch(0.8329 0.0712 282.97) | color: oklch(0.8329 0.0712 282.97) | |
| Lab | lab(80.19 9.82 -25.34) | color: lab(80.19 9.82 -25.34) | |
| LCH | lch(80.19 27.18 291.18) | color: lch(80.19 27.18 291.18) |
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)
#C2C2EA — rgb(194, 194, 234)
Deuteranopia (Green-blind)
#C2C2E7 — rgb(194, 194, 231)
Tritanopia (Blue-blind)
#C1E0DE — rgb(193, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 74%, 86%);
text
color: hsl(238, 74%, 86%);
border
border: 2px solid hsl(238, 74%, 86%);
gradient light
background: linear-gradient(to right, hsl(238, 74%, 100%), hsl(238, 74%, 86%));
gradient dark
background: linear-gradient(to right, hsl(238, 74%, 86%), hsl(238, 74%, 66%))
hex
background-color: #C1C3F6;
tailwind
bg-[hsl(238,74%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 74%, 86%, 0.4);
css variable
--color-primary: hsl(238, 74%, 86%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 74%, 86%)?
HEX: #C1C3F6 | RGB: rgb(193, 195, 246) | CMYK: 22%, 21%, 0%, 4% | HSV: 238°, 22%, 96%. Copy any format from the conversion table above.
What colors go well with #C1C3F6?
The complementary color is HSL(58, 74%, 86%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 74%, 86%) in CSS?
As HSL: color: hsl(238, 74%, 86%); — As HEX: color: #C1C3F6; — As RGB: color: rgb(193, 195, 246); — Tailwind CSS: bg-[hsl(238,74%,86%)] — CSS variable: --color-primary: hsl(238, 74%, 86%);