#c9ebfc
a pale, electric blue · cool · closest name: lavender
RGB
201, 235, 252
HSL
200°, 90%, 89%
CMYK
20, 7, 0, 1
Luminance
0.7886
Every format
| HEX | #c9ebfc |
| RGB | rgb(201, 235, 252) |
| HSL | hsl(200, 90%, 89%) |
| CMYK | cmyk(20%, 7%, 0%, 1%) |
| LAB | lab(91.2 -7.5 -11.9) |
| LCH | lch(91.2 14.1 237.8) |
| OKLCH | oklch(0.921 0.043 229.4) |
Copy-ready code
/* CSS */
color: #c9ebfc;
background-color: #c9ebfc;
/* Tailwind (arbitrary) */
class="text-[#c9ebfc] bg-[#c9ebfc]"
/* SCSS */
$brand: #c9ebfc;
/* SwiftUI */
Color(red: 0.788, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#c9ebfc")Accessibility — WCAG contrast
Aa
#c9ebfc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ebfc on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.2%
Blue98.8%
CMYK percentages
Cyan20.2%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c9ebfc text on a black background
contrast 16.77:1
Card sample
#c9ebfc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ebfc;
Background color
Panel with #c9ebfc background
background-color: #c9ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ebfc; background: linear-gradient(135deg, #c9ebfc, #C9C9FC);