#fdac68
a light, electric orange · warm · closest name: peru
RGB
253, 172, 104
HSL
27°, 97%, 70%
CMYK
0, 32, 59, 1
Luminance
0.5139
Every format
| HEX | #fdac68 |
| RGB | rgb(253, 172, 104) |
| HSL | hsl(27, 97%, 70%) |
| CMYK | cmyk(0%, 32%, 59%, 1%) |
| LAB | lab(76.9 23.0 46.6) |
| LCH | lch(76.9 51.9 63.7) |
| OKLCH | oklch(0.809 0.127 59.6) |
Copy-ready code
/* CSS */
color: #fdac68;
background-color: #fdac68;
/* Tailwind (arbitrary) */
class="text-[#fdac68] bg-[#fdac68]"
/* SCSS */
$brand: #fdac68;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.408)
/* Android */
Color.parseColor("#fdac68")Accessibility — WCAG contrast
Aa
#fdac68 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac68 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow58.9%
Key (black)0.8%
Color previews
#fdac68 text on a black background
contrast 11.28:1
Card sample
#fdac68 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac68;
Background color
Panel with #fdac68 background
background-color: #fdac68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac68; background: linear-gradient(135deg, #fdac68, #EBFD68);