#fdb0af
a light, electric red · warm · closest name: pink
RGB
253, 176, 175
HSL
1°, 95%, 84%
CMYK
0, 30, 31, 1
Luminance
0.5503
Every format
| HEX | #fdb0af |
| RGB | rgb(253, 176, 175) |
| HSL | hsl(1, 95%, 84%) |
| CMYK | cmyk(0%, 30%, 31%, 1%) |
| LAB | lab(79.1 28.0 11.9) |
| LCH | lch(79.1 30.4 23.0) |
| OKLCH | oklch(0.830 0.091 20.0) |
Copy-ready code
/* CSS */
color: #fdb0af;
background-color: #fdb0af;
/* Tailwind (arbitrary) */
class="text-[#fdb0af] bg-[#fdb0af]"
/* SCSS */
$brand: #fdb0af;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#fdb0af")Accessibility — WCAG contrast
Aa
#fdb0af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb0af on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow30.8%
Key (black)0.8%
Color previews
#fdb0af text on a black background
contrast 12.01:1
Card sample
#fdb0af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb0af;
Background color
Panel with #fdb0af background
background-color: #fdb0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb0af; background: linear-gradient(135deg, #fdb0af, #FDE4AF);