#f3beff
a pale, electric violet · warm · closest name: plum
RGB
243, 190, 255
HSL
289°, 100%, 87%
CMYK
5, 26, 0, 0
Luminance
0.6310
Every format
| HEX | #f3beff |
| RGB | rgb(243, 190, 255) |
| HSL | hsl(289, 100%, 87%) |
| CMYK | cmyk(5%, 26%, 0%, 0%) |
| LAB | lab(83.5 29.9 -24.7) |
| LCH | lch(83.5 38.8 320.4) |
| OKLCH | oklch(0.869 0.104 320.0) |
Copy-ready code
/* CSS */
color: #f3beff;
background-color: #f3beff;
/* Tailwind (arbitrary) */
class="text-[#f3beff] bg-[#f3beff]"
/* SCSS */
$brand: #f3beff;
/* SwiftUI */
Color(red: 0.953, green: 0.745, blue: 1.000)
/* Android */
Color.parseColor("#f3beff")Accessibility — WCAG contrast
Aa
#f3beff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3beff on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green74.5%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta25.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f3beff text on a black background
contrast 13.62:1
Card sample
#f3beff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3beff;
Background color
Panel with #f3beff background
background-color: #f3beff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3beff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 190, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 190, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3beff; background: linear-gradient(135deg, #f3beff, #FFBEE0);