#f06dac
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 109, 172
HSL
331°, 81%, 68%
CMYK
0, 55, 28, 6
Luminance
0.3244
Every format
| HEX | #f06dac |
| RGB | rgb(240, 109, 172) |
| HSL | hsl(331, 81%, 68%) |
| CMYK | cmyk(0%, 55%, 28%, 6%) |
| LAB | lab(63.7 56.9 -9.0) |
| LCH | lch(63.7 57.6 351.0) |
| OKLCH | oklch(0.710 0.174 352.4) |
Copy-ready code
/* CSS */
color: #f06dac;
background-color: #f06dac;
/* Tailwind (arbitrary) */
class="text-[#f06dac] bg-[#f06dac]"
/* SCSS */
$brand: #f06dac;
/* SwiftUI */
Color(red: 0.941, green: 0.427, blue: 0.675)
/* Android */
Color.parseColor("#f06dac")Accessibility — WCAG contrast
Aa
#f06dac on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06dac on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green42.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow28.3%
Key (black)5.9%
Color previews
#f06dac text on a black background
contrast 7.49:1
Card sample
#f06dac text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06dac;
Background color
Panel with #f06dac background
background-color: #f06dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 109, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 109, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06dac; background: linear-gradient(135deg, #f06dac, #F0856D);