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