#cdb13f
a balanced, vivid yellow · cool · closest name: olive
RGB
205, 177, 63
HSL
48°, 59%, 53%
CMYK
0, 14, 69, 20
Luminance
0.4478
Every format
| HEX | #cdb13f |
| RGB | rgb(205, 177, 63) |
| HSL | hsl(48, 59%, 53%) |
| CMYK | cmyk(0%, 14%, 69%, 20%) |
| LAB | lab(72.8 -2.3 59.5) |
| LCH | lch(72.8 59.5 92.2) |
| OKLCH | oklch(0.764 0.134 95.1) |
Copy-ready code
/* CSS */
color: #cdb13f;
background-color: #cdb13f;
/* Tailwind (arbitrary) */
class="text-[#cdb13f] bg-[#cdb13f]"
/* SCSS */
$brand: #cdb13f;
/* SwiftUI */
Color(red: 0.804, green: 0.694, blue: 0.247)
/* Android */
Color.parseColor("#cdb13f")Accessibility — WCAG contrast
Aa
#cdb13f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb13f on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow69.3%
Key (black)19.6%
Color previews
#cdb13f text on a black background
contrast 9.96:1
Card sample
#cdb13f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb13f;
Background color
Panel with #cdb13f background
background-color: #cdb13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 177, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 177, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb13f; background: linear-gradient(135deg, #cdb13f, #8ACD3F);