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