#ddbb0f
a balanced, electric yellow · cool · closest name: gold
RGB
221, 187, 15
HSL
50°, 87%, 46%
CMYK
0, 15, 93, 13
Luminance
0.5095
Every format
| HEX | #ddbb0f |
| RGB | rgb(221, 187, 15) |
| HSL | hsl(50, 87%, 46%) |
| CMYK | cmyk(0%, 15%, 93%, 13%) |
| LAB | lab(76.7 -2.1 76.8) |
| LCH | lch(76.7 76.8 91.5) |
| OKLCH | oklch(0.798 0.162 95.6) |
Copy-ready code
/* CSS */
color: #ddbb0f;
background-color: #ddbb0f;
/* Tailwind (arbitrary) */
class="text-[#ddbb0f] bg-[#ddbb0f]"
/* SCSS */
$brand: #ddbb0f;
/* SwiftUI */
Color(red: 0.867, green: 0.733, blue: 0.059)
/* Android */
Color.parseColor("#ddbb0f")Accessibility — WCAG contrast
Aa
#ddbb0f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddbb0f on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green73.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow93.2%
Key (black)13.3%
Color previews
#ddbb0f text on a black background
contrast 11.19:1
Card sample
#ddbb0f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddbb0f;
Background color
Panel with #ddbb0f background
background-color: #ddbb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddbb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 187, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 187, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddbb0f; background: linear-gradient(135deg, #ddbb0f, #76DD0F);