#fdb97f
a light, electric orange · warm · closest name: tan
RGB
253, 185, 127
HSL
28°, 97%, 75%
CMYK
0, 27, 50, 1
Luminance
0.5711
Every format
| HEX | #fdb97f |
| RGB | rgb(253, 185, 127) |
| HSL | hsl(28, 97%, 75%) |
| CMYK | cmyk(0%, 27%, 50%, 1%) |
| LAB | lab(80.3 18.1 39.0) |
| LCH | lch(80.3 43.0 65.1) |
| OKLCH | oklch(0.836 0.108 61.0) |
Copy-ready code
/* CSS */
color: #fdb97f;
background-color: #fdb97f;
/* Tailwind (arbitrary) */
class="text-[#fdb97f] bg-[#fdb97f]"
/* SCSS */
$brand: #fdb97f;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.498)
/* Android */
Color.parseColor("#fdb97f")Accessibility — WCAG contrast
Aa
#fdb97f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb97f on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow49.8%
Key (black)0.8%
Color previews
#fdb97f text on a black background
contrast 12.42:1
Card sample
#fdb97f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb97f;
Background color
Panel with #fdb97f background
background-color: #fdb97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb97f; background: linear-gradient(135deg, #fdb97f, #EDFD7F);