#ffbfad
a light, electric red · warm · closest name: pink
RGB
255, 191, 173
HSL
13°, 100%, 84%
CMYK
0, 25, 32, 0
Luminance
0.6154
Every format
| HEX | #ffbfad |
| RGB | rgb(255, 191, 173) |
| HSL | hsl(13, 100%, 84%) |
| CMYK | cmyk(0%, 25%, 32%, 0%) |
| LAB | lab(82.7 20.6 18.1) |
| LCH | lch(82.7 27.4 41.2) |
| OKLCH | oklch(0.858 0.078 36.3) |
Copy-ready code
/* CSS */
color: #ffbfad;
background-color: #ffbfad;
/* Tailwind (arbitrary) */
class="text-[#ffbfad] bg-[#ffbfad]"
/* SCSS */
$brand: #ffbfad;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#ffbfad")Accessibility — WCAG contrast
Aa
#ffbfad on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbfad on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow32.2%
Key (black)0.0%
Color previews
#ffbfad text on a black background
contrast 13.31:1
Card sample
#ffbfad text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbfad;
Background color
Panel with #ffbfad background
background-color: #ffbfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbfad; background: linear-gradient(135deg, #ffbfad, #FFF6AD);