#fdac27
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 39
HSL
37°, 98%, 57%
CMYK
0, 32, 85, 1
Luminance
0.5053
Every format
| HEX | #fdac27 |
| RGB | rgb(253, 172, 39) |
| HSL | hsl(37, 98%, 57%) |
| CMYK | cmyk(0%, 32%, 85%, 1%) |
| LAB | lab(76.4 20.0 73.0) |
| LCH | lch(76.4 75.7 74.7) |
| OKLCH | oklch(0.804 0.162 73.0) |
Copy-ready code
/* CSS */
color: #fdac27;
background-color: #fdac27;
/* Tailwind (arbitrary) */
class="text-[#fdac27] bg-[#fdac27]"
/* SCSS */
$brand: #fdac27;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.153)
/* Android */
Color.parseColor("#fdac27")Accessibility — WCAG contrast
Aa
#fdac27 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac27 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow84.6%
Key (black)0.8%
Color previews
#fdac27 text on a black background
contrast 11.11:1
Card sample
#fdac27 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac27;
Background color
Panel with #fdac27 background
background-color: #fdac27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac27; background: linear-gradient(135deg, #fdac27, #BFFD27);