HSL(247, 75%, 87%)
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(247,75%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 75%, 87%) | color: hsl(247, 75%, 87%) | |
| HEX | #CBC5F7 | color: #CBC5F7 | |
| RGB | rgb(203, 197, 247) | color: rgb(203, 197, 247) | |
| CMYK | cmyk(18%, 20%, 0%, 3%) | — | |
| HSV | hsv(247, 20%, 97%) | — | |
| HWB | hwb(247 78% 3%) | color: hwb(247 78% 3%) | |
| OKLCH | oklch(0.8449 0.0694 290.33) | color: oklch(0.8449 0.0694 290.33) | |
| Lab | lab(81.48 12.01 -23.84) | color: lab(81.48 12.01 -23.84) | |
| LCH | lch(81.48 26.69 296.74) | color: lch(81.48 26.69 296.74) |
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)
#C8C8EB — rgb(200, 200, 235)
Deuteranopia (Green-blind)
#C9C9E8 — rgb(201, 201, 232)
Tritanopia (Blue-blind)
#CBE1DF — rgb(203, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 75%, 87%);
text
color: hsl(247, 75%, 87%);
border
border: 2px solid hsl(247, 75%, 87%);
gradient light
background: linear-gradient(to right, hsl(247, 75%, 100%), hsl(247, 75%, 87%));
gradient dark
background: linear-gradient(to right, hsl(247, 75%, 87%), hsl(247, 75%, 67%))
hex
background-color: #CBC5F7;
tailwind
bg-[hsl(247,75%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 75%, 87%, 0.4);
css variable
--color-primary: hsl(247, 75%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 75%, 87%)?
HEX: #CBC5F7 | RGB: rgb(203, 197, 247) | CMYK: 18%, 20%, 0%, 3% | HSV: 247°, 20%, 97%. Copy any format from the conversion table above.
What colors go well with #CBC5F7?
The complementary color is HSL(67, 75%, 87%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 75%, 87%) in CSS?
As HSL: color: hsl(247, 75%, 87%); — As HEX: color: #CBC5F7; — As RGB: color: rgb(203, 197, 247); — Tailwind CSS: bg-[hsl(247,75%,87%)] — CSS variable: --color-primary: hsl(247, 75%, 87%);