#f6beee
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 190, 238
HSL
309°, 76%, 86%
CMYK
0, 23, 3, 4
Luminance
0.6259
Every format
| HEX | #f6beee |
| RGB | rgb(246, 190, 238) |
| HSL | hsl(309, 76%, 86%) |
| CMYK | cmyk(0%, 23%, 3%, 4%) |
| LAB | lab(83.2 27.8 -16.0) |
| LCH | lch(83.2 32.1 330.0) |
| OKLCH | oklch(0.866 0.089 331.2) |
Copy-ready code
/* CSS */
color: #f6beee;
background-color: #f6beee;
/* Tailwind (arbitrary) */
class="text-[#f6beee] bg-[#f6beee]"
/* SCSS */
$brand: #f6beee;
/* SwiftUI */
Color(red: 0.965, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#f6beee")Accessibility — WCAG contrast
Aa
#f6beee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6beee on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow3.3%
Key (black)3.5%
Color previews
#f6beee text on a black background
contrast 13.52:1
Card sample
#f6beee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6beee;
Background color
Panel with #f6beee background
background-color: #f6beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6beee; background: linear-gradient(135deg, #f6beee, #F6BEC9);