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