#ffbeef
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 190, 239
HSL
315°, 100%, 87%
CMYK
0, 26, 6, 0
Luminance
0.6432
Every format
| HEX | #ffbeef |
| RGB | rgb(255, 190, 239) |
| HSL | hsl(315, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 6%, 0%) |
| LAB | lab(84.1 30.9 -15.1) |
| LCH | lch(84.1 34.4 333.9) |
| OKLCH | oklch(0.875 0.097 335.5) |
Copy-ready code
/* CSS */
color: #ffbeef;
background-color: #ffbeef;
/* Tailwind (arbitrary) */
class="text-[#ffbeef] bg-[#ffbeef]"
/* SCSS */
$brand: #ffbeef;
/* SwiftUI */
Color(red: 1.000, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#ffbeef")Accessibility — WCAG contrast
Aa
#ffbeef on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbeef on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow6.3%
Key (black)0.0%
Color previews
#ffbeef text on a black background
contrast 13.86:1
Card sample
#ffbeef text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbeef;
Background color
Panel with #ffbeef background
background-color: #ffbeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbeef; background: linear-gradient(135deg, #ffbeef, #FFBEC4);