#fdbba6
a light, electric red · warm · closest name: pink
RGB
253, 187, 166
HSL
15°, 96%, 82%
CMYK
0, 26, 34, 1
Luminance
0.5918
Every format
| HEX | #fdbba6 |
| RGB | rgb(253, 187, 166) |
| HSL | hsl(15, 96%, 82%) |
| CMYK | cmyk(0%, 26%, 34%, 1%) |
| LAB | lab(81.4 21.1 20.0) |
| LCH | lch(81.4 29.1 43.4) |
| OKLCH | oklch(0.848 0.082 38.4) |
Copy-ready code
/* CSS */
color: #fdbba6;
background-color: #fdbba6;
/* Tailwind (arbitrary) */
class="text-[#fdbba6] bg-[#fdbba6]"
/* SCSS */
$brand: #fdbba6;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.651)
/* Android */
Color.parseColor("#fdbba6")Accessibility — WCAG contrast
Aa
#fdbba6 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbba6 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow34.4%
Key (black)0.8%
Color previews
#fdbba6 text on a black background
contrast 12.84:1
Card sample
#fdbba6 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbba6;
Background color
Panel with #fdbba6 background
background-color: #fdbba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbba6; background: linear-gradient(135deg, #fdbba6, #FDF5A6);