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