#f3baff
a pale, electric violet · warm · closest name: plum
RGB
243, 186, 255
HSL
290°, 100%, 87%
CMYK
5, 27, 0, 0
Luminance
0.6139
Every format
| HEX | #f3baff |
| RGB | rgb(243, 186, 255) |
| HSL | hsl(290, 100%, 87%) |
| CMYK | cmyk(5%, 27%, 0%, 0%) |
| LAB | lab(82.6 32.0 -26.1) |
| LCH | lch(82.6 41.3 320.8) |
| OKLCH | oklch(0.863 0.111 320.4) |
Copy-ready code
/* CSS */
color: #f3baff;
background-color: #f3baff;
/* Tailwind (arbitrary) */
class="text-[#f3baff] bg-[#f3baff]"
/* SCSS */
$brand: #f3baff;
/* SwiftUI */
Color(red: 0.953, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#f3baff")Accessibility — WCAG contrast
Aa
#f3baff on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3baff on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.9%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f3baff text on a black background
contrast 13.28:1
Card sample
#f3baff text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3baff;
Background color
Panel with #f3baff background
background-color: #f3baff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3baff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3baff; background: linear-gradient(135deg, #f3baff, #FFBADD);