#cef3af
a light, vivid green · cool · closest name: khaki
RGB
206, 243, 175
HSL
93°, 74%, 82%
CMYK
15, 0, 28, 5
Luminance
0.8032
Every format
| HEX | #cef3af |
| RGB | rgb(206, 243, 175) |
| HSL | hsl(93, 74%, 82%) |
| CMYK | cmyk(15%, 0%, 28%, 5%) |
| LAB | lab(91.8 -23.7 29.0) |
| LCH | lch(91.8 37.4 129.3) |
| OKLCH | oklch(0.921 0.097 131.3) |
Copy-ready code
/* CSS */
color: #cef3af;
background-color: #cef3af;
/* Tailwind (arbitrary) */
class="text-[#cef3af] bg-[#cef3af]"
/* SCSS */
$brand: #cef3af;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.686)
/* Android */
Color.parseColor("#cef3af")Accessibility — WCAG contrast
Aa
#cef3af on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3af on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue68.6%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow28.0%
Key (black)4.7%
Color previews
#cef3af text on a black background
contrast 17.06:1
Card sample
#cef3af text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3af;
Background color
Panel with #cef3af background
background-color: #cef3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3af; background: linear-gradient(135deg, #cef3af, #AFF3BD);