#c9d2fe
a pale, electric blue · warm · closest name: lavender
RGB
201, 210, 254
HSL
230°, 96%, 89%
CMYK
21, 17, 0, 0
Luminance
0.6567
Every format
| HEX | #c9d2fe |
| RGB | rgb(201, 210, 254) |
| HSL | hsl(230, 96%, 89%) |
| CMYK | cmyk(21%, 17%, 0%, 0%) |
| LAB | lab(84.8 6.0 -22.5) |
| LCH | lch(84.8 23.3 284.9) |
| OKLCH | oklch(0.871 0.062 276.0) |
Copy-ready code
/* CSS */
color: #c9d2fe;
background-color: #c9d2fe;
/* Tailwind (arbitrary) */
class="text-[#c9d2fe] bg-[#c9d2fe]"
/* SCSS */
$brand: #c9d2fe;
/* SwiftUI */
Color(red: 0.788, green: 0.824, blue: 0.996)
/* Android */
Color.parseColor("#c9d2fe")Accessibility — WCAG contrast
Aa
#c9d2fe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9d2fe on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green82.4%
Blue99.6%
CMYK percentages
Cyan20.9%
Magenta17.3%
Yellow0.0%
Key (black)0.4%
Color previews
#c9d2fe text on a black background
contrast 14.13:1
Card sample
#c9d2fe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9d2fe;
Background color
Panel with #c9d2fe background
background-color: #c9d2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9d2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 210, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 210, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9d2fe; background: linear-gradient(135deg, #c9d2fe, #E3C9FE);