#f26ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 106, 206
HSL
316°, 84%, 68%
CMYK
0, 56, 15, 5
Luminance
0.3364
Every format
| HEX | #f26ace |
| RGB | rgb(242, 106, 206) |
| HSL | hsl(316, 84%, 68%) |
| CMYK | cmyk(0%, 56%, 15%, 5%) |
| LAB | lab(64.7 63.6 -26.7) |
| LCH | lch(64.7 69.0 337.2) |
| OKLCH | oklch(0.722 0.201 339.0) |
Copy-ready code
/* CSS */
color: #f26ace;
background-color: #f26ace;
/* Tailwind (arbitrary) */
class="text-[#f26ace] bg-[#f26ace]"
/* SCSS */
$brand: #f26ace;
/* SwiftUI */
Color(red: 0.949, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#f26ace")Accessibility — WCAG contrast
Aa
#f26ace on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26ace on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green41.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow14.9%
Key (black)5.1%
Color previews
#f26ace text on a black background
contrast 7.73:1
Card sample
#f26ace text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26ace;
Background color
Panel with #f26ace background
background-color: #f26ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26ace; background: linear-gradient(135deg, #f26ace, #F26A73);