#fdb77f
a light, electric orange · warm · closest name: tan
RGB
253, 183, 127
HSL
27°, 97%, 75%
CMYK
0, 28, 50, 1
Luminance
0.5628
Every format
| HEX | #fdb77f |
| RGB | rgb(253, 183, 127) |
| HSL | hsl(27, 97%, 75%) |
| CMYK | cmyk(0%, 28%, 50%, 1%) |
| LAB | lab(79.8 19.1 38.4) |
| LCH | lch(79.8 42.9 63.5) |
| OKLCH | oklch(0.833 0.109 59.2) |
Copy-ready code
/* CSS */
color: #fdb77f;
background-color: #fdb77f;
/* Tailwind (arbitrary) */
class="text-[#fdb77f] bg-[#fdb77f]"
/* SCSS */
$brand: #fdb77f;
/* SwiftUI */
Color(red: 0.992, green: 0.718, blue: 0.498)
/* Android */
Color.parseColor("#fdb77f")Accessibility — WCAG contrast
Aa
#fdb77f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb77f on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow49.8%
Key (black)0.8%
Color previews
#fdb77f text on a black background
contrast 12.26:1
Card sample
#fdb77f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb77f;
Background color
Panel with #fdb77f background
background-color: #fdb77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 183, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 183, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb77f; background: linear-gradient(135deg, #fdb77f, #EFFD7F);