#fdbf39
a balanced, electric yellow · warm · closest name: orange
RGB
253, 191, 57
HSL
41°, 98%, 61%
CMYK
0, 25, 78, 1
Luminance
0.5844
Every format
| HEX | #fdbf39 |
| RGB | rgb(253, 191, 57) |
| HSL | hsl(41, 98%, 61%) |
| CMYK | cmyk(0%, 25%, 78%, 1%) |
| LAB | lab(81.0 10.6 71.3) |
| LCH | lch(81.0 72.1 81.5) |
| OKLCH | oklch(0.840 0.157 82.0) |
Copy-ready code
/* CSS */
color: #fdbf39;
background-color: #fdbf39;
/* Tailwind (arbitrary) */
class="text-[#fdbf39] bg-[#fdbf39]"
/* SCSS */
$brand: #fdbf39;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#fdbf39")Accessibility — WCAG contrast
Aa
#fdbf39 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf39 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow77.5%
Key (black)0.8%
Color previews
#fdbf39 text on a black background
contrast 12.69:1
Card sample
#fdbf39 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf39;
Background color
Panel with #fdbf39 background
background-color: #fdbf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf39; background: linear-gradient(135deg, #fdbf39, #B8FD39);