#fdb962
a light, electric orange · warm · closest name: peru
RGB
253, 185, 98
HSL
34°, 98%, 69%
CMYK
0, 27, 61, 1
Luminance
0.5646
Every format
| HEX | #fdb962 |
| RGB | rgb(253, 185, 98) |
| HSL | hsl(34, 98%, 69%) |
| CMYK | cmyk(0%, 27%, 61%, 1%) |
| LAB | lab(79.9 15.8 53.0) |
| LCH | lch(79.9 55.3 73.4) |
| OKLCH | oklch(0.832 0.130 71.1) |
Copy-ready code
/* CSS */
color: #fdb962;
background-color: #fdb962;
/* Tailwind (arbitrary) */
class="text-[#fdb962] bg-[#fdb962]"
/* SCSS */
$brand: #fdb962;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.384)
/* Android */
Color.parseColor("#fdb962")Accessibility — WCAG contrast
Aa
#fdb962 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb962 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow61.3%
Key (black)0.8%
Color previews
#fdb962 text on a black background
contrast 12.29:1
Card sample
#fdb962 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb962;
Background color
Panel with #fdb962 background
background-color: #fdb962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb962; background: linear-gradient(135deg, #fdb962, #DAFD62);