#cffce1
a pale, electric green · cool · closest name: beige
RGB
207, 252, 225
HSL
144°, 88%, 90%
CMYK
18, 0, 11, 1
Luminance
0.8832
Every format
| HEX | #cffce1 |
| RGB | rgb(207, 252, 225) |
| HSL | hsl(144, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 11%, 1%) |
| LAB | lab(95.3 -19.5 8.2) |
| LCH | lch(95.3 21.1 157.2) |
| OKLCH | oklch(0.952 0.059 158.7) |
Copy-ready code
/* CSS */
color: #cffce1;
background-color: #cffce1;
/* Tailwind (arbitrary) */
class="text-[#cffce1] bg-[#cffce1]"
/* SCSS */
$brand: #cffce1;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.882)
/* Android */
Color.parseColor("#cffce1")Accessibility — WCAG contrast
Aa
#cffce1 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffce1 on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue88.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow10.7%
Key (black)1.2%
Color previews
#cffce1 text on a black background
contrast 18.66:1
Card sample
#cffce1 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffce1;
Background color
Panel with #cffce1 background
background-color: #cffce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffce1; background: linear-gradient(135deg, #cffce1, #CFF9FC);