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