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