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