#cffccc
a pale, electric green · cool · closest name: beige
RGB
207, 252, 204
HSL
116°, 89%, 89%
CMYK
18, 0, 19, 1
Luminance
0.8725
Every format
| HEX | #cffccc |
| RGB | rgb(207, 252, 204) |
| HSL | hsl(116, 89%, 89%) |
| CMYK | cmyk(18%, 0%, 19%, 1%) |
| LAB | lab(94.8 -23.2 18.3) |
| LCH | lch(94.8 29.5 141.6) |
| OKLCH | oklch(0.947 0.079 143.3) |
Copy-ready code
/* CSS */
color: #cffccc;
background-color: #cffccc;
/* Tailwind (arbitrary) */
class="text-[#cffccc] bg-[#cffccc]"
/* SCSS */
$brand: #cffccc;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#cffccc")Accessibility — WCAG contrast
Aa
#cffccc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffccc on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#cffccc text on a black background
contrast 18.45:1
Card sample
#cffccc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffccc;
Background color
Panel with #cffccc background
background-color: #cffccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffccc; background: linear-gradient(135deg, #cffccc, #CCFCE9);