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