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