#ceffaf
a light, electric green · cool · closest name: khaki
RGB
206, 255, 175
HSL
97°, 100%, 84%
CMYK
19, 0, 31, 0
Luminance
0.8774
Every format
| HEX | #ceffaf |
| RGB | rgb(206, 255, 175) |
| HSL | hsl(97, 100%, 84%) |
| CMYK | cmyk(19%, 0%, 31%, 0%) |
| LAB | lab(95.0 -29.4 33.3) |
| LCH | lch(95.0 44.4 131.4) |
| OKLCH | oklch(0.947 0.116 133.8) |
Copy-ready code
/* CSS */
color: #ceffaf;
background-color: #ceffaf;
/* Tailwind (arbitrary) */
class="text-[#ceffaf] bg-[#ceffaf]"
/* SCSS */
$brand: #ceffaf;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#ceffaf")Accessibility — WCAG contrast
Aa
#ceffaf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffaf on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue68.6%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#ceffaf text on a black background
contrast 18.55:1
Card sample
#ceffaf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffaf;
Background color
Panel with #ceffaf background
background-color: #ceffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffaf; background: linear-gradient(135deg, #ceffaf, #AFFFC5);