#f06acb
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 106, 203
HSL
317°, 82%, 68%
CMYK
0, 56, 15, 6
Luminance
0.3315
Every format
| HEX | #f06acb |
| RGB | rgb(240, 106, 203) |
| HSL | hsl(317, 82%, 68%) |
| CMYK | cmyk(0%, 56%, 15%, 6%) |
| LAB | lab(64.3 62.6 -25.7) |
| LCH | lch(64.3 67.6 337.7) |
| OKLCH | oklch(0.718 0.197 339.5) |
Copy-ready code
/* CSS */
color: #f06acb;
background-color: #f06acb;
/* Tailwind (arbitrary) */
class="text-[#f06acb] bg-[#f06acb]"
/* SCSS */
$brand: #f06acb;
/* SwiftUI */
Color(red: 0.941, green: 0.416, blue: 0.796)
/* Android */
Color.parseColor("#f06acb")Accessibility — WCAG contrast
Aa
#f06acb on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f06acb on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green41.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow15.4%
Key (black)5.9%
Color previews
#f06acb text on a black background
contrast 7.63:1
Card sample
#f06acb text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06acb;
Background color
Panel with #f06acb background
background-color: #f06acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 106, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 106, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06acb; background: linear-gradient(135deg, #f06acb, #F06A71);