#c9ebfe
a pale, electric blue · cool · closest name: lavender
RGB
201, 235, 254
HSL
202°, 96%, 89%
CMYK
21, 8, 0, 0
Luminance
0.7899
Every format
| HEX | #c9ebfe |
| RGB | rgb(201, 235, 254) |
| HSL | hsl(202, 96%, 89%) |
| CMYK | cmyk(21%, 8%, 0%, 0%) |
| LAB | lab(91.2 -7.1 -12.8) |
| LCH | lch(91.2 14.7 241.1) |
| OKLCH | oklch(0.922 0.044 232.4) |
Copy-ready code
/* CSS */
color: #c9ebfe;
background-color: #c9ebfe;
/* Tailwind (arbitrary) */
class="text-[#c9ebfe] bg-[#c9ebfe]"
/* SCSS */
$brand: #c9ebfe;
/* SwiftUI */
Color(red: 0.788, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#c9ebfe")Accessibility — WCAG contrast
Aa
#c9ebfe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ebfe on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.2%
Blue99.6%
CMYK percentages
Cyan20.9%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#c9ebfe text on a black background
contrast 16.80:1
Card sample
#c9ebfe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ebfe;
Background color
Panel with #c9ebfe background
background-color: #c9ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ebfe; background: linear-gradient(135deg, #c9ebfe, #CAC9FE);