#fdb75f
a light, electric orange · warm · closest name: peru
RGB
253, 183, 95
HSL
33°, 98%, 68%
CMYK
0, 28, 63, 1
Luminance
0.5558
Every format
| HEX | #fdb75f |
| RGB | rgb(253, 183, 95) |
| HSL | hsl(33, 98%, 68%) |
| CMYK | cmyk(0%, 28%, 63%, 1%) |
| LAB | lab(79.4 16.6 53.8) |
| LCH | lch(79.4 56.4 72.8) |
| OKLCH | oklch(0.828 0.132 70.4) |
Copy-ready code
/* CSS */
color: #fdb75f;
background-color: #fdb75f;
/* Tailwind (arbitrary) */
class="text-[#fdb75f] bg-[#fdb75f]"
/* SCSS */
$brand: #fdb75f;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.373)
/* Android */
Color.parseColor("#fdb75f")Accessibility — WCAG contrast
Aa
#fdb75f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb75f on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow62.5%
Key (black)0.8%
Color previews
#fdb75f text on a black background
contrast 12.12:1
Card sample
#fdb75f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb75f;
Background color
Panel with #fdb75f background
background-color: #fdb75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb75f; background: linear-gradient(135deg, #fdb75f, #DAFD5F);