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