#fdbf44
a balanced, electric orange · warm · closest name: orange
RGB
253, 191, 68
HSL
40°, 98%, 63%
CMYK
0, 25, 73, 1
Luminance
0.5856
Every format
| HEX | #fdbf44 |
| RGB | rgb(253, 191, 68) |
| HSL | hsl(40, 98%, 63%) |
| CMYK | cmyk(0%, 25%, 73%, 1%) |
| LAB | lab(81.0 11.0 67.3) |
| LCH | lch(81.0 68.3 80.7) |
| OKLCH | oklch(0.841 0.151 80.7) |
Copy-ready code
/* CSS */
color: #fdbf44;
background-color: #fdbf44;
/* Tailwind (arbitrary) */
class="text-[#fdbf44] bg-[#fdbf44]"
/* SCSS */
$brand: #fdbf44;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.267)
/* Android */
Color.parseColor("#fdbf44")Accessibility — WCAG contrast
Aa
#fdbf44 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf44 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow73.1%
Key (black)0.8%
Color previews
#fdbf44 text on a black background
contrast 12.71:1
Card sample
#fdbf44 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf44;
Background color
Panel with #fdbf44 background
background-color: #fdbf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf44; background: linear-gradient(135deg, #fdbf44, #C0FD44);