#f7beef
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 190, 239
HSL
308°, 78%, 86%
CMYK
0, 23, 3, 3
Luminance
0.6283
Every format
| HEX | #f7beef |
| RGB | rgb(247, 190, 239) |
| HSL | hsl(308, 78%, 86%) |
| CMYK | cmyk(0%, 23%, 3%, 3%) |
| LAB | lab(83.4 28.3 -16.4) |
| LCH | lch(83.4 32.7 329.9) |
| OKLCH | oklch(0.868 0.091 331.2) |
Copy-ready code
/* CSS */
color: #f7beef;
background-color: #f7beef;
/* Tailwind (arbitrary) */
class="text-[#f7beef] bg-[#f7beef]"
/* SCSS */
$brand: #f7beef;
/* SwiftUI */
Color(red: 0.969, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#f7beef")Accessibility — WCAG contrast
Aa
#f7beef on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7beef on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow3.2%
Key (black)3.1%
Color previews
#f7beef text on a black background
contrast 13.57:1
Card sample
#f7beef text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7beef;
Background color
Panel with #f7beef background
background-color: #f7beef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7beef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7beef; background: linear-gradient(135deg, #f7beef, #F7BEC9);