#ffa7f3
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 167, 243
HSL
308°, 100%, 83%
CMYK
0, 35, 5, 0
Luminance
0.5537
Every format
| HEX | #ffa7f3 |
| RGB | rgb(255, 167, 243) |
| HSL | hsl(308, 100%, 83%) |
| CMYK | cmyk(0%, 35%, 5%, 0%) |
| LAB | lab(79.3 43.6 -24.6) |
| LCH | lch(79.3 50.1 330.5) |
| OKLCH | oklch(0.839 0.140 331.7) |
Copy-ready code
/* CSS */
color: #ffa7f3;
background-color: #ffa7f3;
/* Tailwind (arbitrary) */
class="text-[#ffa7f3] bg-[#ffa7f3]"
/* SCSS */
$brand: #ffa7f3;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.953)
/* Android */
Color.parseColor("#ffa7f3")Accessibility — WCAG contrast
Aa
#ffa7f3 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa7f3 on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow4.7%
Key (black)0.0%
Color previews
#ffa7f3 text on a black background
contrast 12.07:1
Card sample
#ffa7f3 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa7f3;
Background color
Panel with #ffa7f3 background
background-color: #ffa7f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa7f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa7f3; background: linear-gradient(135deg, #ffa7f3, #FFA7B8);