#fda8ba
a light, electric red · warm · closest name: pink
RGB
253, 168, 186
HSL
347°, 96%, 83%
CMYK
0, 34, 27, 1
Luminance
0.5243
Every format
| HEX | #fda8ba |
| RGB | rgb(253, 168, 186) |
| HSL | hsl(347, 96%, 83%) |
| CMYK | cmyk(0%, 34%, 27%, 1%) |
| LAB | lab(77.5 33.6 3.7) |
| LCH | lch(77.5 33.8 6.3) |
| OKLCH | oklch(0.819 0.102 5.7) |
Copy-ready code
/* CSS */
color: #fda8ba;
background-color: #fda8ba;
/* Tailwind (arbitrary) */
class="text-[#fda8ba] bg-[#fda8ba]"
/* SCSS */
$brand: #fda8ba;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.729)
/* Android */
Color.parseColor("#fda8ba")Accessibility — WCAG contrast
Aa
#fda8ba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda8ba on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow26.5%
Key (black)0.8%
Color previews
#fda8ba text on a black background
contrast 11.49:1
Card sample
#fda8ba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda8ba;
Background color
Panel with #fda8ba background
background-color: #fda8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda8ba; background: linear-gradient(135deg, #fda8ba, #FDCFA8);