#fdaf45
a balanced, electric orange · warm · closest name: orange
RGB
253, 175, 69
HSL
35°, 98%, 63%
CMYK
0, 31, 73, 1
Luminance
0.5197
Every format
| HEX | #fdaf45 |
| RGB | rgb(253, 175, 69) |
| HSL | hsl(35, 98%, 63%) |
| CMYK | cmyk(0%, 31%, 73%, 1%) |
| LAB | lab(77.3 19.4 63.2) |
| LCH | lch(77.3 66.1 72.9) |
| OKLCH | oklch(0.811 0.148 70.7) |
Copy-ready code
/* CSS */
color: #fdaf45;
background-color: #fdaf45;
/* Tailwind (arbitrary) */
class="text-[#fdaf45] bg-[#fdaf45]"
/* SCSS */
$brand: #fdaf45;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.271)
/* Android */
Color.parseColor("#fdaf45")Accessibility — WCAG contrast
Aa
#fdaf45 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf45 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow72.7%
Key (black)0.8%
Color previews
#fdaf45 text on a black background
contrast 11.39:1
Card sample
#fdaf45 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf45;
Background color
Panel with #fdaf45 background
background-color: #fdaf45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf45; background: linear-gradient(135deg, #fdaf45, #D0FD45);