#fdb652
a light, electric orange · warm · closest name: peru
RGB
253, 182, 82
HSL
35°, 98%, 66%
CMYK
0, 28, 68, 1
Luminance
0.5495
Every format
| HEX | #fdb652 |
| RGB | rgb(253, 182, 82) |
| HSL | hsl(35, 98%, 66%) |
| CMYK | cmyk(0%, 28%, 68%, 1%) |
| LAB | lab(79.0 16.4 59.4) |
| LCH | lch(79.0 61.6 74.6) |
| OKLCH | oklch(0.825 0.141 72.7) |
Copy-ready code
/* CSS */
color: #fdb652;
background-color: #fdb652;
/* Tailwind (arbitrary) */
class="text-[#fdb652] bg-[#fdb652]"
/* SCSS */
$brand: #fdb652;
/* SwiftUI */
Color(red: 0.992, green: 0.714, blue: 0.322)
/* Android */
Color.parseColor("#fdb652")Accessibility — WCAG contrast
Aa
#fdb652 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb652 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.4%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow67.6%
Key (black)0.8%
Color previews
#fdb652 text on a black background
contrast 11.99:1
Card sample
#fdb652 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb652;
Background color
Panel with #fdb652 background
background-color: #fdb652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 182, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 182, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb652; background: linear-gradient(135deg, #fdb652, #D2FD52);