#cef6ad
a light, electric green · cool · closest name: khaki
RGB
206, 246, 173
HSL
93°, 80%, 82%
CMYK
16, 0, 30, 4
Luminance
0.8205
Every format
| HEX | #cef6ad |
| RGB | rgb(206, 246, 173) |
| HSL | hsl(93, 80%, 82%) |
| CMYK | cmyk(16%, 0%, 30%, 4%) |
| LAB | lab(92.6 -25.4 31.0) |
| LCH | lch(92.6 40.1 129.4) |
| OKLCH | oklch(0.927 0.104 131.5) |
Copy-ready code
/* CSS */
color: #cef6ad;
background-color: #cef6ad;
/* Tailwind (arbitrary) */
class="text-[#cef6ad] bg-[#cef6ad]"
/* SCSS */
$brand: #cef6ad;
/* SwiftUI */
Color(red: 0.808, green: 0.965, blue: 0.678)
/* Android */
Color.parseColor("#cef6ad")Accessibility — WCAG contrast
Aa
#cef6ad on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef6ad on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green96.5%
Blue67.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow29.7%
Key (black)3.5%
Color previews
#cef6ad text on a black background
contrast 17.41:1
Card sample
#cef6ad text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef6ad;
Background color
Panel with #cef6ad background
background-color: #cef6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 246, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 246, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef6ad; background: linear-gradient(135deg, #cef6ad, #ADF6BD);