#caeb6f
a light, electric green · cool · closest name: khaki
RGB
202, 235, 111
HSL
76°, 76%, 68%
CMYK
14, 0, 53, 8
Luminance
0.7312
Every format
| HEX | #caeb6f |
| RGB | rgb(202, 235, 111) |
| HSL | hsl(76, 76%, 68%) |
| CMYK | cmyk(14%, 0%, 53%, 8%) |
| LAB | lab(88.5 -29.0 55.9) |
| LCH | lch(88.5 62.9 117.4) |
| OKLCH | oklch(0.891 0.155 122.0) |
Copy-ready code
/* CSS */
color: #caeb6f;
background-color: #caeb6f;
/* Tailwind (arbitrary) */
class="text-[#caeb6f] bg-[#caeb6f]"
/* SCSS */
$brand: #caeb6f;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.435)
/* Android */
Color.parseColor("#caeb6f")Accessibility — WCAG contrast
Aa
#caeb6f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb6f on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue43.5%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow52.8%
Key (black)7.8%
Color previews
#caeb6f text on a black background
contrast 15.62:1
Card sample
#caeb6f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb6f;
Background color
Panel with #caeb6f background
background-color: #caeb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb6f; background: linear-gradient(135deg, #caeb6f, #77EB6F);