#fdb166
a light, electric orange · warm · closest name: peru
RGB
253, 177, 102
HSL
30°, 97%, 70%
CMYK
0, 30, 60, 1
Luminance
0.5329
Every format
| HEX | #fdb166 |
| RGB | rgb(253, 177, 102) |
| HSL | hsl(30, 97%, 70%) |
| CMYK | cmyk(0%, 30%, 60%, 1%) |
| LAB | lab(78.0 20.3 48.9) |
| LCH | lch(78.0 52.9 67.5) |
| OKLCH | oklch(0.818 0.128 64.0) |
Copy-ready code
/* CSS */
color: #fdb166;
background-color: #fdb166;
/* Tailwind (arbitrary) */
class="text-[#fdb166] bg-[#fdb166]"
/* SCSS */
$brand: #fdb166;
/* SwiftUI */
Color(red: 0.992, green: 0.694, blue: 0.400)
/* Android */
Color.parseColor("#fdb166")Accessibility — WCAG contrast
Aa
#fdb166 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb166 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.4%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow59.7%
Key (black)0.8%
Color previews
#fdb166 text on a black background
contrast 11.66:1
Card sample
#fdb166 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb166;
Background color
Panel with #fdb166 background
background-color: #fdb166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 177, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 177, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb166; background: linear-gradient(135deg, #fdb166, #E4FD66);