#c9f1ff
a pale, electric cyan · cool · closest name: lavender
RGB
201, 241, 255
HSL
196°, 100%, 89%
CMYK
21, 6, 0, 0
Luminance
0.8255
Every format
| HEX | #c9f1ff |
| RGB | rgb(201, 241, 255) |
| HSL | hsl(196, 100%, 89%) |
| CMYK | cmyk(21%, 6%, 0%, 0%) |
| LAB | lab(92.8 -9.9 -11.0) |
| LCH | lch(92.8 14.8 228.0) |
| OKLCH | oklch(0.934 0.045 221.0) |
Copy-ready code
/* CSS */
color: #c9f1ff;
background-color: #c9f1ff;
/* Tailwind (arbitrary) */
class="text-[#c9f1ff] bg-[#c9f1ff]"
/* SCSS */
$brand: #c9f1ff;
/* SwiftUI */
Color(red: 0.788, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#c9f1ff")Accessibility — WCAG contrast
Aa
#c9f1ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f1ff on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green94.5%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c9f1ff text on a black background
contrast 17.51:1
Card sample
#c9f1ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f1ff;
Background color
Panel with #c9f1ff background
background-color: #c9f1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f1ff; background: linear-gradient(135deg, #c9f1ff, #C9CDFF);