#c9eef7
a pale, vivid cyan · cool · closest name: lavender
RGB
201, 238, 247
HSL
192°, 74%, 88%
CMYK
19, 4, 0, 3
Luminance
0.8028
Every format
| HEX | #c9eef7 |
| RGB | rgb(201, 238, 247) |
| HSL | hsl(192, 74%, 88%) |
| CMYK | cmyk(19%, 4%, 0%, 3%) |
| LAB | lab(91.8 -10.1 -8.3) |
| LCH | lch(91.8 13.1 219.6) |
| OKLCH | oklch(0.925 0.040 214.1) |
Copy-ready code
/* CSS */
color: #c9eef7;
background-color: #c9eef7;
/* Tailwind (arbitrary) */
class="text-[#c9eef7] bg-[#c9eef7]"
/* SCSS */
$brand: #c9eef7;
/* SwiftUI */
Color(red: 0.788, green: 0.933, blue: 0.969)
/* Android */
Color.parseColor("#c9eef7")Accessibility — WCAG contrast
Aa
#c9eef7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9eef7 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green93.3%
Blue96.9%
CMYK percentages
Cyan18.6%
Magenta3.6%
Yellow0.0%
Key (black)3.1%
Color previews
#c9eef7 text on a black background
contrast 17.06:1
Card sample
#c9eef7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9eef7;
Background color
Panel with #c9eef7 background
background-color: #c9eef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9eef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 238, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 238, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9eef7; background: linear-gradient(135deg, #c9eef7, #C9CFF7);