#ceffcc
a pale, electric green · cool · closest name: beige
RGB
206, 255, 204
HSL
118°, 100%, 90%
CMYK
19, 0, 20, 0
Luminance
0.8900
Every format
| HEX | #ceffcc |
| RGB | rgb(206, 255, 204) |
| HSL | hsl(118, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 20%, 0%) |
| LAB | lab(95.6 -24.9 19.4) |
| LCH | lch(95.6 31.6 142.2) |
| OKLCH | oklch(0.953 0.084 143.9) |
Copy-ready code
/* CSS */
color: #ceffcc;
background-color: #ceffcc;
/* Tailwind (arbitrary) */
class="text-[#ceffcc] bg-[#ceffcc]"
/* SCSS */
$brand: #ceffcc;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#ceffcc")Accessibility — WCAG contrast
Aa
#ceffcc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffcc on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue80.0%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#ceffcc text on a black background
contrast 18.80:1
Card sample
#ceffcc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffcc;
Background color
Panel with #ceffcc background
background-color: #ceffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffcc; background: linear-gradient(135deg, #ceffcc, #CCFFEC);