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