#cbad3f
a balanced, vivid yellow · cool · closest name: olive
RGB
203, 173, 63
HSL
47°, 57%, 52%
CMYK
0, 15, 69, 20
Luminance
0.4294
Every format
| HEX | #cbad3f |
| RGB | rgb(203, 173, 63) |
| HSL | hsl(47, 57%, 52%) |
| CMYK | cmyk(0%, 15%, 69%, 20%) |
| LAB | lab(71.5 -1.1 58.1) |
| LCH | lch(71.5 58.1 91.1) |
| OKLCH | oklch(0.754 0.131 93.6) |
Copy-ready code
/* CSS */
color: #cbad3f;
background-color: #cbad3f;
/* Tailwind (arbitrary) */
class="text-[#cbad3f] bg-[#cbad3f]"
/* SCSS */
$brand: #cbad3f;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.247)
/* Android */
Color.parseColor("#cbad3f")Accessibility — WCAG contrast
Aa
#cbad3f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbad3f on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow69.0%
Key (black)20.4%
Color previews
#cbad3f text on a black background
contrast 9.59:1
Card sample
#cbad3f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbad3f;
Background color
Panel with #cbad3f background
background-color: #cbad3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbad3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbad3f; background: linear-gradient(135deg, #cbad3f, #8CCB3F);