#c9ecfd
a pale, electric cyan · cool · closest name: lavender
RGB
201, 236, 253
HSL
200°, 93%, 89%
CMYK
21, 7, 0, 1
Luminance
0.7950
Every format
| HEX | #c9ecfd |
| RGB | rgb(201, 236, 253) |
| HSL | hsl(200, 93%, 89%) |
| CMYK | cmyk(21%, 7%, 0%, 1%) |
| LAB | lab(91.5 -7.8 -12.0) |
| LCH | lch(91.5 14.3 237.0) |
| OKLCH | oklch(0.923 0.043 228.7) |
Copy-ready code
/* CSS */
color: #c9ecfd;
background-color: #c9ecfd;
/* Tailwind (arbitrary) */
class="text-[#c9ecfd] bg-[#c9ecfd]"
/* SCSS */
$brand: #c9ecfd;
/* SwiftUI */
Color(red: 0.788, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#c9ecfd")Accessibility — WCAG contrast
Aa
#c9ecfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ecfd on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.5%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c9ecfd text on a black background
contrast 16.90:1
Card sample
#c9ecfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ecfd;
Background color
Panel with #c9ecfd background
background-color: #c9ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ecfd; background: linear-gradient(135deg, #c9ecfd, #C9C9FD);