#cdb33f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 179, 63
HSL
49°, 59%, 53%
CMYK
0, 13, 69, 20
Luminance
0.4558
Every format
| HEX | #cdb33f |
| RGB | rgb(205, 179, 63) |
| HSL | hsl(49, 59%, 53%) |
| CMYK | cmyk(0%, 13%, 69%, 20%) |
| LAB | lab(73.3 -3.4 60.0) |
| LCH | lch(73.3 60.1 93.2) |
| OKLCH | oklch(0.768 0.135 96.3) |
Copy-ready code
/* CSS */
color: #cdb33f;
background-color: #cdb33f;
/* Tailwind (arbitrary) */
class="text-[#cdb33f] bg-[#cdb33f]"
/* SCSS */
$brand: #cdb33f;
/* SwiftUI */
Color(red: 0.804, green: 0.702, blue: 0.247)
/* Android */
Color.parseColor("#cdb33f")Accessibility — WCAG contrast
Aa
#cdb33f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb33f on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green70.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow69.3%
Key (black)19.6%
Color previews
#cdb33f text on a black background
contrast 10.12:1
Card sample
#cdb33f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb33f;
Background color
Panel with #cdb33f background
background-color: #cdb33f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb33f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 179, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 179, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb33f; background: linear-gradient(135deg, #cdb33f, #88CD3F);