#dfbe45
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 190, 69
HSL
47°, 71%, 57%
CMYK
0, 15, 69, 13
Luminance
0.5294
Every format
| HEX | #dfbe45 |
| RGB | rgb(223, 190, 69) |
| HSL | hsl(47, 71%, 57%) |
| CMYK | cmyk(0%, 15%, 69%, 13%) |
| LAB | lab(77.8 -1.1 62.8) |
| LCH | lch(77.8 62.8 91.0) |
| OKLCH | oklch(0.809 0.141 93.5) |
Copy-ready code
/* CSS */
color: #dfbe45;
background-color: #dfbe45;
/* Tailwind (arbitrary) */
class="text-[#dfbe45] bg-[#dfbe45]"
/* SCSS */
$brand: #dfbe45;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.271)
/* Android */
Color.parseColor("#dfbe45")Accessibility — WCAG contrast
Aa
#dfbe45 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbe45 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow69.1%
Key (black)12.5%
Color previews
#dfbe45 text on a black background
contrast 11.59:1
Card sample
#dfbe45 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbe45;
Background color
Panel with #dfbe45 background
background-color: #dfbe45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbe45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbe45; background: linear-gradient(135deg, #dfbe45, #9ADF45);