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