#f09af0
a light, vivid magenta / pink · warm · closest name: violet
RGB
240, 154, 240
HSL
300°, 74%, 77%
CMYK
0, 36, 0, 6
Luminance
0.4793
Every format
| HEX | #f09af0 |
| RGB | rgb(240, 154, 240) |
| HSL | hsl(300, 74%, 77%) |
| CMYK | cmyk(0%, 36%, 0%, 6%) |
| LAB | lab(74.8 45.1 -30.0) |
| LCH | lch(74.8 54.2 326.4) |
| OKLCH | oklch(0.801 0.149 326.9) |
Copy-ready code
/* CSS */
color: #f09af0;
background-color: #f09af0;
/* Tailwind (arbitrary) */
class="text-[#f09af0] bg-[#f09af0]"
/* SCSS */
$brand: #f09af0;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#f09af0")Accessibility — WCAG contrast
Aa
#f09af0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09af0 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#f09af0 text on a black background
contrast 10.59:1
Card sample
#f09af0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09af0;
Background color
Panel with #f09af0 background
background-color: #f09af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09af0; background: linear-gradient(135deg, #f09af0, #F09AB7);