#ffbdaf
a light, electric red · warm · closest name: pink
RGB
255, 189, 175
HSL
11°, 100%, 84%
CMYK
0, 26, 31, 0
Luminance
0.6075
Every format
| HEX | #ffbdaf |
| RGB | rgb(255, 189, 175) |
| HSL | hsl(11, 100%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 0%) |
| LAB | lab(82.3 21.9 16.4) |
| LCH | lch(82.3 27.4 36.8) |
| OKLCH | oklch(0.855 0.079 32.2) |
Copy-ready code
/* CSS */
color: #ffbdaf;
background-color: #ffbdaf;
/* Tailwind (arbitrary) */
class="text-[#ffbdaf] bg-[#ffbdaf]"
/* SCSS */
$brand: #ffbdaf;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#ffbdaf")Accessibility — WCAG contrast
Aa
#ffbdaf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbdaf on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ffbdaf text on a black background
contrast 13.15:1
Card sample
#ffbdaf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbdaf;
Background color
Panel with #ffbdaf background
background-color: #ffbdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbdaf; background: linear-gradient(135deg, #ffbdaf, #FFF2AF);