#cbe89f
a light, vivid green · cool · closest name: khaki
RGB
203, 232, 159
HSL
84°, 61%, 77%
CMYK
13, 0, 32, 9
Luminance
0.7291
Every format
| HEX | #cbe89f |
| RGB | rgb(203, 232, 159) |
| HSL | hsl(84, 61%, 77%) |
| CMYK | cmyk(13%, 0%, 32%, 9%) |
| LAB | lab(88.4 -21.7 32.5) |
| LCH | lch(88.4 39.1 123.8) |
| OKLCH | oklch(0.892 0.100 126.0) |
Copy-ready code
/* CSS */
color: #cbe89f;
background-color: #cbe89f;
/* Tailwind (arbitrary) */
class="text-[#cbe89f] bg-[#cbe89f]"
/* SCSS */
$brand: #cbe89f;
/* SwiftUI */
Color(red: 0.796, green: 0.910, blue: 0.624)
/* Android */
Color.parseColor("#cbe89f")Accessibility — WCAG contrast
Aa
#cbe89f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbe89f on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green91.0%
Blue62.4%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow31.5%
Key (black)9.0%
Color previews
#cbe89f text on a black background
contrast 15.58:1
Card sample
#cbe89f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbe89f;
Background color
Panel with #cbe89f background
background-color: #cbe89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbe89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 232, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 232, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbe89f; background: linear-gradient(135deg, #cbe89f, #9FE8A4);