#ceffc0
a pale, electric green · cool · closest name: aquamarine
RGB
206, 255, 192
HSL
107°, 100%, 88%
CMYK
19, 0, 25, 0
Luminance
0.8845
Every format
| HEX | #ceffc0 |
| RGB | rgb(206, 255, 192) |
| HSL | hsl(107, 100%, 88%) |
| CMYK | cmyk(19%, 0%, 25%, 0%) |
| LAB | lab(95.3 -26.9 25.1) |
| LCH | lch(95.3 36.8 136.9) |
| OKLCH | oklch(0.950 0.097 138.8) |
Copy-ready code
/* CSS */
color: #ceffc0;
background-color: #ceffc0;
/* Tailwind (arbitrary) */
class="text-[#ceffc0] bg-[#ceffc0]"
/* SCSS */
$brand: #ceffc0;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.753)
/* Android */
Color.parseColor("#ceffc0")Accessibility — WCAG contrast
Aa
#ceffc0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffc0 on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue75.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow24.7%
Key (black)0.0%
Color previews
#ceffc0 text on a black background
contrast 18.69:1
Card sample
#ceffc0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffc0;
Background color
Panel with #ceffc0 background
background-color: #ceffc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffc0; background: linear-gradient(135deg, #ceffc0, #C0FFDC);