#cef6af
a light, electric green · cool · closest name: khaki
RGB
206, 246, 175
HSL
94°, 80%, 83%
CMYK
16, 0, 29, 4
Luminance
0.8213
Every format
| HEX | #cef6af |
| RGB | rgb(206, 246, 175) |
| HSL | hsl(94, 80%, 83%) |
| CMYK | cmyk(16%, 0%, 29%, 4%) |
| LAB | lab(92.6 -25.1 30.1) |
| LCH | lch(92.6 39.2 129.9) |
| OKLCH | oklch(0.928 0.102 132.0) |
Copy-ready code
/* CSS */
color: #cef6af;
background-color: #cef6af;
/* Tailwind (arbitrary) */
class="text-[#cef6af] bg-[#cef6af]"
/* SCSS */
$brand: #cef6af;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.686)
/* Android */
Color.parseColor("#cef6af")Accessibility — WCAG contrast
Aa
#cef6af on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6af on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue68.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow28.9%
Key (black)3.5%
Color previews
#cef6af text on a black background
contrast 17.43:1
Card sample
#cef6af text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6af;
Background color
Panel with #cef6af background
background-color: #cef6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6af; background: linear-gradient(135deg, #cef6af, #AFF6BF);