#cbda77
a light, vivid yellow · cool · closest name: khaki
RGB
203, 218, 119
HSL
69°, 57%, 66%
CMYK
7, 0, 45, 15
Luminance
0.6417
Every format
| HEX | #cbda77 |
| RGB | rgb(203, 218, 119) |
| HSL | hsl(69, 57%, 66%) |
| CMYK | cmyk(7%, 0%, 45%, 15%) |
| LAB | lab(84.1 -19.6 46.8) |
| LCH | lch(84.1 50.8 112.8) |
| OKLCH | oklch(0.856 0.125 116.2) |
Copy-ready code
/* CSS */
color: #cbda77;
background-color: #cbda77;
/* Tailwind (arbitrary) */
class="text-[#cbda77] bg-[#cbda77]"
/* SCSS */
$brand: #cbda77;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.467)
/* Android */
Color.parseColor("#cbda77")Accessibility — WCAG contrast
Aa
#cbda77 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda77 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue46.7%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow45.4%
Key (black)14.5%
Color previews
#cbda77 text on a black background
contrast 13.83:1
Card sample
#cbda77 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda77;
Background color
Panel with #cbda77 background
background-color: #cbda77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda77; background: linear-gradient(135deg, #cbda77, #89DA77);