#cffce4
a pale, electric green · cool · closest name: beige
RGB
207, 252, 228
HSL
148°, 88%, 90%
CMYK
18, 0, 10, 1
Luminance
0.8849
Every format
| HEX | #cffce4 |
| RGB | rgb(207, 252, 228) |
| HSL | hsl(148, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 10%, 1%) |
| LAB | lab(95.4 -18.9 6.8) |
| LCH | lch(95.4 20.1 160.4) |
| OKLCH | oklch(0.953 0.056 161.9) |
Copy-ready code
/* CSS */
color: #cffce4;
background-color: #cffce4;
/* Tailwind (arbitrary) */
class="text-[#cffce4] bg-[#cffce4]"
/* SCSS */
$brand: #cffce4;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#cffce4")Accessibility — WCAG contrast
Aa
#cffce4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffce4 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue89.4%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#cffce4 text on a black background
contrast 18.70:1
Card sample
#cffce4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffce4;
Background color
Panel with #cffce4 background
background-color: #cffce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffce4; background: linear-gradient(135deg, #cffce4, #CFF6FC);