#c9fff2
a pale, electric cyan · cool · closest name: ivory
RGB
201, 255, 242
HSL
166°, 100%, 89%
CMYK
21, 0, 5, 0
Luminance
0.9035
Every format
| HEX | #c9fff2 |
| RGB | rgb(201, 255, 242) |
| HSL | hsl(166, 100%, 89%) |
| CMYK | cmyk(21%, 0%, 5%, 0%) |
| LAB | lab(96.1 -19.5 0.6) |
| LCH | lch(96.1 19.6 178.2) |
| OKLCH | oklch(0.960 0.057 178.7) |
Copy-ready code
/* CSS */
color: #c9fff2;
background-color: #c9fff2;
/* Tailwind (arbitrary) */
class="text-[#c9fff2] bg-[#c9fff2]"
/* SCSS */
$brand: #c9fff2;
/* SwiftUI */
Color(red: 0.788, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#c9fff2")Accessibility — WCAG contrast
Aa
#c9fff2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fff2 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green100.0%
Blue94.9%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#c9fff2 text on a black background
contrast 19.07:1
Card sample
#c9fff2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fff2;
Background color
Panel with #c9fff2 background
background-color: #c9fff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fff2; background: linear-gradient(135deg, #c9fff2, #C9E8FF);