#f6afeb
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 175, 235
HSL
309°, 80%, 83%
CMYK
0, 29, 5, 4
Luminance
0.5625
Every format
| HEX | #f6afeb |
| RGB | rgb(246, 175, 235) |
| HSL | hsl(309, 80%, 83%) |
| CMYK | cmyk(0%, 29%, 5%, 4%) |
| LAB | lab(79.8 35.2 -19.7) |
| LCH | lch(79.8 40.3 330.8) |
| OKLCH | oklch(0.839 0.113 332.1) |
Copy-ready code
/* CSS */
color: #f6afeb;
background-color: #f6afeb;
/* Tailwind (arbitrary) */
class="text-[#f6afeb] bg-[#f6afeb]"
/* SCSS */
$brand: #f6afeb;
/* SwiftUI */
Color(red: 0.965, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#f6afeb")Accessibility — WCAG contrast
Aa
#f6afeb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6afeb on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green68.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow4.5%
Key (black)3.5%
Color previews
#f6afeb text on a black background
contrast 12.25:1
Card sample
#f6afeb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6afeb;
Background color
Panel with #f6afeb background
background-color: #f6afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6afeb; background: linear-gradient(135deg, #f6afeb, #F6AFBB);