#caeb8f
a light, vivid green · cool · closest name: khaki
RGB
202, 235, 143
HSL
82°, 70%, 74%
CMYK
14, 0, 39, 8
Luminance
0.7396
Every format
| HEX | #caeb8f |
| RGB | rgb(202, 235, 143) |
| HSL | hsl(82, 70%, 74%) |
| CMYK | cmyk(14%, 0%, 39%, 8%) |
| LAB | lab(88.9 -25.6 41.1) |
| LCH | lch(88.9 48.4 121.9) |
| OKLCH | oklch(0.895 0.123 124.9) |
Copy-ready code
/* CSS */
color: #caeb8f;
background-color: #caeb8f;
/* Tailwind (arbitrary) */
class="text-[#caeb8f] bg-[#caeb8f]"
/* SCSS */
$brand: #caeb8f;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#caeb8f")Accessibility — WCAG contrast
Aa
#caeb8f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb8f on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue56.1%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#caeb8f text on a black background
contrast 15.79:1
Card sample
#caeb8f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb8f;
Background color
Panel with #caeb8f background
background-color: #caeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb8f; background: linear-gradient(135deg, #caeb8f, #8FEB91);