#c9f4ff
a pale, electric cyan · cool · closest name: lavender
RGB
201, 244, 255
HSL
192°, 100%, 89%
CMYK
21, 4, 0, 0
Luminance
0.8434
Every format
| HEX | #c9f4ff |
| RGB | rgb(201, 244, 255) |
| HSL | hsl(192, 100%, 89%) |
| CMYK | cmyk(21%, 4%, 0%, 0%) |
| LAB | lab(93.6 -11.4 -9.8) |
| LCH | lch(93.6 15.1 220.8) |
| OKLCH | oklch(0.940 0.047 215.0) |
Copy-ready code
/* CSS */
color: #c9f4ff;
background-color: #c9f4ff;
/* Tailwind (arbitrary) */
class="text-[#c9f4ff] bg-[#c9f4ff]"
/* SCSS */
$brand: #c9f4ff;
/* SwiftUI */
Color(red: 0.788, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#c9f4ff")Accessibility — WCAG contrast
Aa
#c9f4ff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f4ff on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green95.7%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c9f4ff text on a black background
contrast 17.87:1
Card sample
#c9f4ff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f4ff;
Background color
Panel with #c9f4ff background
background-color: #c9f4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f4ff; background: linear-gradient(135deg, #c9f4ff, #C9D0FF);