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