#caeb5f
a balanced, electric green · cool · closest name: khaki
RGB
202, 235, 95
HSL
74°, 78%, 65%
CMYK
14, 0, 60, 8
Luminance
0.7280
Every format
| HEX | #caeb5f |
| RGB | rgb(202, 235, 95) |
| HSL | hsl(74, 78%, 65%) |
| CMYK | cmyk(14%, 0%, 60%, 8%) |
| LAB | lab(88.3 -30.3 62.7) |
| LCH | lch(88.3 69.6 115.8) |
| OKLCH | oklch(0.889 0.169 121.1) |
Copy-ready code
/* CSS */
color: #caeb5f;
background-color: #caeb5f;
/* Tailwind (arbitrary) */
class="text-[#caeb5f] bg-[#caeb5f]"
/* SCSS */
$brand: #caeb5f;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.373)
/* Android */
Color.parseColor("#caeb5f")Accessibility — WCAG contrast
Aa
#caeb5f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeb5f on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue37.3%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow59.6%
Key (black)7.8%
Color previews
#caeb5f text on a black background
contrast 15.56:1
Card sample
#caeb5f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeb5f;
Background color
Panel with #caeb5f background
background-color: #caeb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeb5f; background: linear-gradient(135deg, #caeb5f, #6DEB5F);