#f5beee
a pale, vivid magenta / pink · warm · closest name: plum
RGB
245, 190, 238
HSL
308°, 73%, 85%
CMYK
0, 22, 3, 4
Luminance
0.6241
Every format
| HEX | #f5beee |
| RGB | rgb(245, 190, 238) |
| HSL | hsl(308, 73%, 85%) |
| CMYK | cmyk(0%, 22%, 3%, 4%) |
| LAB | lab(83.1 27.4 -16.2) |
| LCH | lch(83.1 31.9 329.5) |
| OKLCH | oklch(0.865 0.088 330.7) |
Copy-ready code
/* CSS */
color: #f5beee;
background-color: #f5beee;
/* Tailwind (arbitrary) */
class="text-[#f5beee] bg-[#f5beee]"
/* SCSS */
$brand: #f5beee;
/* SwiftUI */
Color(red: 0.961, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#f5beee")Accessibility — WCAG contrast
Aa
#f5beee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5beee on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow2.9%
Key (black)3.9%
Color previews
#f5beee text on a black background
contrast 13.48:1
Card sample
#f5beee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5beee;
Background color
Panel with #f5beee background
background-color: #f5beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5beee; background: linear-gradient(135deg, #f5beee, #F5BEC9);