#ff8feb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 143, 235
HSL
311°, 100%, 78%
CMYK
0, 44, 8, 0
Luminance
0.4690
Every format
| HEX | #ff8feb |
| RGB | rgb(255, 143, 235) |
| HSL | hsl(311, 100%, 78%) |
| CMYK | cmyk(0%, 44%, 8%, 0%) |
| LAB | lab(74.1 54.4 -28.1) |
| LCH | lch(74.1 61.3 332.6) |
| OKLCH | oklch(0.799 0.174 334.0) |
Copy-ready code
/* CSS */
color: #ff8feb;
background-color: #ff8feb;
/* Tailwind (arbitrary) */
class="text-[#ff8feb] bg-[#ff8feb]"
/* SCSS */
$brand: #ff8feb;
/* SwiftUI */
Color(red: 1.000, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#ff8feb")Accessibility — WCAG contrast
Aa
#ff8feb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8feb on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow7.8%
Key (black)0.0%
Color previews
#ff8feb text on a black background
contrast 10.38:1
Card sample
#ff8feb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8feb;
Background color
Panel with #ff8feb background
background-color: #ff8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8feb; background: linear-gradient(135deg, #ff8feb, #FF8FA0);