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