#cfffe9
a pale, electric green · cool · closest name: beige
RGB
207, 255, 233
HSL
153°, 100%, 91%
CMYK
19, 0, 9, 0
Luminance
0.9067
Every format
| HEX | #cfffe9 |
| RGB | rgb(207, 255, 233) |
| HSL | hsl(153, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 9%, 0%) |
| LAB | lab(96.3 -19.4 5.5) |
| LCH | lch(96.3 20.2 164.2) |
| OKLCH | oklch(0.961 0.057 165.6) |
Copy-ready code
/* CSS */
color: #cfffe9;
background-color: #cfffe9;
/* Tailwind (arbitrary) */
class="text-[#cfffe9] bg-[#cfffe9]"
/* SCSS */
$brand: #cfffe9;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.914)
/* Android */
Color.parseColor("#cfffe9")Accessibility — WCAG contrast
Aa
#cfffe9 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffe9 on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue91.4%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow8.6%
Key (black)0.0%
Color previews
#cfffe9 text on a black background
contrast 19.13:1
Card sample
#cfffe9 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffe9;
Background color
Panel with #cfffe9 background
background-color: #cfffe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffe9; background: linear-gradient(135deg, #cfffe9, #CFF5FF);