#cdb06f
a balanced, vivid yellow · warm · closest name: tan
RGB
205, 176, 111
HSL
42°, 49%, 62%
CMYK
0, 14, 46, 20
Luminance
0.4518
Every format
| HEX | #cdb06f |
| RGB | rgb(205, 176, 111) |
| HSL | hsl(42, 49%, 62%) |
| CMYK | cmyk(0%, 14%, 46%, 20%) |
| LAB | lab(73.0 1.9 37.1) |
| LCH | lch(73.0 37.1 87.1) |
| OKLCH | oklch(0.768 0.090 86.3) |
Copy-ready code
/* CSS */
color: #cdb06f;
background-color: #cdb06f;
/* Tailwind (arbitrary) */
class="text-[#cdb06f] bg-[#cdb06f]"
/* SCSS */
$brand: #cdb06f;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.435)
/* Android */
Color.parseColor("#cdb06f")Accessibility — WCAG contrast
Aa
#cdb06f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb06f on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow45.9%
Key (black)19.6%
Color previews
#cdb06f text on a black background
contrast 10.04:1
Card sample
#cdb06f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb06f;
Background color
Panel with #cdb06f background
background-color: #cdb06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb06f; background: linear-gradient(135deg, #cdb06f, #ABCD6F);