#cbda86
a light, vivid green · cool · closest name: khaki
RGB
203, 218, 134
HSL
71°, 53%, 69%
CMYK
7, 0, 39, 15
Luminance
0.6456
Every format
| HEX | #cbda86 |
| RGB | rgb(203, 218, 134) |
| HSL | hsl(71, 53%, 69%) |
| CMYK | cmyk(7%, 0%, 39%, 15%) |
| LAB | lab(84.3 -18.0 39.7) |
| LCH | lch(84.3 43.6 114.4) |
| OKLCH | oklch(0.858 0.109 117.0) |
Copy-ready code
/* CSS */
color: #cbda86;
background-color: #cbda86;
/* Tailwind (arbitrary) */
class="text-[#cbda86] bg-[#cbda86]"
/* SCSS */
$brand: #cbda86;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.525)
/* Android */
Color.parseColor("#cbda86")Accessibility — WCAG contrast
Aa
#cbda86 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda86 on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue52.5%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow38.5%
Key (black)14.5%
Color previews
#cbda86 text on a black background
contrast 13.91:1
Card sample
#cbda86 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda86;
Background color
Panel with #cbda86 background
background-color: #cbda86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda86; background: linear-gradient(135deg, #cbda86, #93DA86);