#cfffe6
a pale, electric green · cool · closest name: beige
RGB
207, 255, 230
HSL
149°, 100%, 91%
CMYK
19, 0, 10, 0
Luminance
0.9050
Every format
| HEX | #cfffe6 |
| RGB | rgb(207, 255, 230) |
| HSL | hsl(149, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 10%, 0%) |
| LAB | lab(96.2 -20.0 6.9) |
| LCH | lch(96.2 21.2 160.9) |
| OKLCH | oklch(0.960 0.059 162.4) |
Copy-ready code
/* CSS */
color: #cfffe6;
background-color: #cfffe6;
/* Tailwind (arbitrary) */
class="text-[#cfffe6] bg-[#cfffe6]"
/* SCSS */
$brand: #cfffe6;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.902)
/* Android */
Color.parseColor("#cfffe6")Accessibility — WCAG contrast
Aa
#cfffe6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffe6 on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue90.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow9.8%
Key (black)0.0%
Color previews
#cfffe6 text on a black background
contrast 19.10:1
Card sample
#cfffe6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffe6;
Background color
Panel with #cfffe6 background
background-color: #cfffe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffe6; background: linear-gradient(135deg, #cfffe6, #CFF8FF);