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