#ffaffc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 175, 252
HSL
302°, 100%, 84%
CMYK
0, 31, 1, 0
Luminance
0.5895
Every format
| HEX | #ffaffc |
| RGB | rgb(255, 175, 252) |
| HSL | hsl(302, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 1%, 0%) |
| LAB | lab(81.3 41.0 -26.4) |
| LCH | lch(81.3 48.8 327.2) |
| OKLCH | oklch(0.855 0.135 328.0) |
Copy-ready code
/* CSS */
color: #ffaffc;
background-color: #ffaffc;
/* Tailwind (arbitrary) */
class="text-[#ffaffc] bg-[#ffaffc]"
/* SCSS */
$brand: #ffaffc;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#ffaffc")Accessibility — WCAG contrast
Aa
#ffaffc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaffc on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow1.2%
Key (black)0.0%
Color previews
#ffaffc text on a black background
contrast 12.79:1
Card sample
#ffaffc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaffc;
Background color
Panel with #ffaffc background
background-color: #ffaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaffc; background: linear-gradient(135deg, #ffaffc, #FFAFC7);