#cdbf3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 191, 63
HSL
54°, 59%, 53%
CMYK
0, 7, 69, 20
Luminance
0.5060
Every format
| HEX | #cdbf3f |
| RGB | rgb(205, 191, 63) |
| HSL | hsl(54, 59%, 53%) |
| CMYK | cmyk(0%, 7%, 69%, 20%) |
| LAB | lab(76.4 -9.6 63.2) |
| LCH | lch(76.4 63.9 98.6) |
| OKLCH | oklch(0.794 0.145 103.0) |
Copy-ready code
/* CSS */
color: #cdbf3f;
background-color: #cdbf3f;
/* Tailwind (arbitrary) */
class="text-[#cdbf3f] bg-[#cdbf3f]"
/* SCSS */
$brand: #cdbf3f;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.247)
/* Android */
Color.parseColor("#cdbf3f")Accessibility — WCAG contrast
Aa
#cdbf3f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbf3f on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow69.3%
Key (black)19.6%
Color previews
#cdbf3f text on a black background
contrast 11.12:1
Card sample
#cdbf3f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbf3f;
Background color
Panel with #cdbf3f background
background-color: #cdbf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbf3f; background: linear-gradient(135deg, #cdbf3f, #7CCD3F);