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