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