#ffafe8
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 175, 232
HSL
317°, 100%, 84%
CMYK
0, 31, 9, 0
Luminance
0.5775
Every format
| HEX | #ffafe8 |
| RGB | rgb(255, 175, 232) |
| HSL | hsl(317, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 9%, 0%) |
| LAB | lab(80.6 37.6 -16.7) |
| LCH | lch(80.6 41.1 336.1) |
| OKLCH | oklch(0.848 0.117 337.7) |
Copy-ready code
/* CSS */
color: #ffafe8;
background-color: #ffafe8;
/* Tailwind (arbitrary) */
class="text-[#ffafe8] bg-[#ffafe8]"
/* SCSS */
$brand: #ffafe8;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.910)
/* Android */
Color.parseColor("#ffafe8")Accessibility — WCAG contrast
Aa
#ffafe8 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafe8 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow9.0%
Key (black)0.0%
Color previews
#ffafe8 text on a black background
contrast 12.55:1
Card sample
#ffafe8 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafe8;
Background color
Panel with #ffafe8 background
background-color: #ffafe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafe8; background: linear-gradient(135deg, #ffafe8, #FFAFB3);