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