#dfba27
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 186, 39
HSL
48°, 74%, 51%
CMYK
0, 17, 83, 13
Luminance
0.5095
Every format
| HEX | #dfba27 |
| RGB | rgb(223, 186, 39) |
| HSL | hsl(48, 74%, 51%) |
| CMYK | cmyk(0%, 17%, 83%, 13%) |
| LAB | lab(76.7 -0.2 72.0) |
| LCH | lch(76.7 72.0 90.2) |
| OKLCH | oklch(0.799 0.155 93.4) |
Copy-ready code
/* CSS */
color: #dfba27;
background-color: #dfba27;
/* Tailwind (arbitrary) */
class="text-[#dfba27] bg-[#dfba27]"
/* SCSS */
$brand: #dfba27;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.153)
/* Android */
Color.parseColor("#dfba27")Accessibility — WCAG contrast
Aa
#dfba27 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba27 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow82.5%
Key (black)12.5%
Color previews
#dfba27 text on a black background
contrast 11.19:1
Card sample
#dfba27 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba27;
Background color
Panel with #dfba27 background
background-color: #dfba27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba27; background: linear-gradient(135deg, #dfba27, #8ADF27);