#ceffc4
a pale, electric green · cool · closest name: aquamarine
RGB
206, 255, 196
HSL
110°, 100%, 88%
CMYK
19, 0, 23, 0
Luminance
0.8863
Every format
| HEX | #ceffc4 |
| RGB | rgb(206, 255, 196) |
| HSL | hsl(110, 100%, 88%) |
| CMYK | cmyk(19%, 0%, 23%, 0%) |
| LAB | lab(95.4 -26.2 23.2) |
| LCH | lch(95.4 35.0 138.5) |
| OKLCH | oklch(0.951 0.093 140.3) |
Copy-ready code
/* CSS */
color: #ceffc4;
background-color: #ceffc4;
/* Tailwind (arbitrary) */
class="text-[#ceffc4] bg-[#ceffc4]"
/* SCSS */
$brand: #ceffc4;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.769)
/* Android */
Color.parseColor("#ceffc4")Accessibility — WCAG contrast
Aa
#ceffc4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffc4 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue76.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow23.1%
Key (black)0.0%
Color previews
#ceffc4 text on a black background
contrast 18.73:1
Card sample
#ceffc4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffc4;
Background color
Panel with #ceffc4 background
background-color: #ceffc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffc4; background: linear-gradient(135deg, #ceffc4, #C4FFE1);