#cbda49
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 218, 73
HSL
66°, 66%, 57%
CMYK
7, 0, 67, 15
Luminance
0.6332
Every format
| HEX | #cbda49 |
| RGB | rgb(203, 218, 73) |
| HSL | hsl(66, 66%, 57%) |
| CMYK | cmyk(7%, 0%, 67%, 15%) |
| LAB | lab(83.6 -23.3 66.5) |
| LCH | lch(83.6 70.5 109.3) |
| OKLCH | oklch(0.851 0.165 115.1) |
Copy-ready code
/* CSS */
color: #cbda49;
background-color: #cbda49;
/* Tailwind (arbitrary) */
class="text-[#cbda49] bg-[#cbda49]"
/* SCSS */
$brand: #cbda49;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.286)
/* Android */
Color.parseColor("#cbda49")Accessibility — WCAG contrast
Aa
#cbda49 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda49 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue28.6%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow66.5%
Key (black)14.5%
Color previews
#cbda49 text on a black background
contrast 13.66:1
Card sample
#cbda49 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda49;
Background color
Panel with #cbda49 background
background-color: #cbda49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda49; background: linear-gradient(135deg, #cbda49, #6ADA49);