#f6baff
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 186, 255
HSL
292°, 100%, 87%
CMYK
4, 27, 0, 0
Luminance
0.6193
Every format
| HEX | #f6baff |
| RGB | rgb(246, 186, 255) |
| HSL | hsl(292, 100%, 87%) |
| CMYK | cmyk(4%, 27%, 0%, 0%) |
| LAB | lab(82.9 33.0 -25.6) |
| LCH | lch(82.9 41.8 322.1) |
| OKLCH | oklch(0.865 0.113 322.0) |
Copy-ready code
/* CSS */
color: #f6baff;
background-color: #f6baff;
/* Tailwind (arbitrary) */
class="text-[#f6baff] bg-[#f6baff]"
/* SCSS */
$brand: #f6baff;
/* SwiftUI */
Color(red: 0.965, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#f6baff")Accessibility — WCAG contrast
Aa
#f6baff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6baff on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green72.9%
Blue100.0%
CMYK percentages
Cyan3.5%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f6baff text on a black background
contrast 13.39:1
Card sample
#f6baff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6baff;
Background color
Panel with #f6baff background
background-color: #f6baff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6baff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6baff; background: linear-gradient(135deg, #f6baff, #FFBADA);