#f18ceb
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 140, 235
HSL
304°, 78%, 75%
CMYK
0, 42, 3, 6
Luminance
0.4346
Every format
| HEX | #f18ceb |
| RGB | rgb(241, 140, 235) |
| HSL | hsl(304, 78%, 75%) |
| CMYK | cmyk(0%, 42%, 3%, 6%) |
| LAB | lab(71.9 51.7 -31.8) |
| LCH | lch(71.9 60.7 328.4) |
| OKLCH | oklch(0.778 0.169 329.2) |
Copy-ready code
/* CSS */
color: #f18ceb;
background-color: #f18ceb;
/* Tailwind (arbitrary) */
class="text-[#f18ceb] bg-[#f18ceb]"
/* SCSS */
$brand: #f18ceb;
/* SwiftUI */
Color(red: 0.945, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#f18ceb")Accessibility — WCAG contrast
Aa
#f18ceb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18ceb on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow2.5%
Key (black)5.5%
Color previews
#f18ceb text on a black background
contrast 9.69:1
Card sample
#f18ceb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18ceb;
Background color
Panel with #f18ceb background
background-color: #f18ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18ceb; background: linear-gradient(135deg, #f18ceb, #F18CA8);