#ceffc8
a pale, electric green · cool · closest name: beige
RGB
206, 255, 200
HSL
114°, 100%, 89%
CMYK
19, 0, 22, 0
Luminance
0.8881
Every format
| HEX | #ceffc8 |
| RGB | rgb(206, 255, 200) |
| HSL | hsl(114, 100%, 89%) |
| CMYK | cmyk(19%, 0%, 22%, 0%) |
| LAB | lab(95.5 -25.6 21.3) |
| LCH | lch(95.5 33.3 140.2) |
| OKLCH | oklch(0.952 0.088 142.0) |
Copy-ready code
/* CSS */
color: #ceffc8;
background-color: #ceffc8;
/* Tailwind (arbitrary) */
class="text-[#ceffc8] bg-[#ceffc8]"
/* SCSS */
$brand: #ceffc8;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.784)
/* Android */
Color.parseColor("#ceffc8")Accessibility — WCAG contrast
Aa
#ceffc8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffc8 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue78.4%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow21.6%
Key (black)0.0%
Color previews
#ceffc8 text on a black background
contrast 18.76:1
Card sample
#ceffc8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffc8;
Background color
Panel with #ceffc8 background
background-color: #ceffc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffc8; background: linear-gradient(135deg, #ceffc8, #C8FFE7);