#f267af
a light, electric magenta / pink · warm · closest name: orchid
RGB
242, 103, 175
HSL
329°, 84%, 68%
CMYK
0, 57, 28, 5
Luminance
0.3167
Every format
| HEX | #f267af |
| RGB | rgb(242, 103, 175) |
| HSL | hsl(329, 84%, 68%) |
| CMYK | cmyk(0%, 57%, 28%, 5%) |
| LAB | lab(63.1 60.6 -11.6) |
| LCH | lch(63.1 61.7 349.2) |
| OKLCH | oklch(0.706 0.186 350.7) |
Copy-ready code
/* CSS */
color: #f267af;
background-color: #f267af;
/* Tailwind (arbitrary) */
class="text-[#f267af] bg-[#f267af]"
/* SCSS */
$brand: #f267af;
/* SwiftUI */
Color(red: 0.949, green: 0.404, blue: 0.686)
/* Android */
Color.parseColor("#f267af")Accessibility — WCAG contrast
Aa
#f267af on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f267af on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green40.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow27.7%
Key (black)5.1%
Color previews
#f267af text on a black background
contrast 7.33:1
Card sample
#f267af text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f267af;
Background color
Panel with #f267af background
background-color: #f267af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f267af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 103, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 103, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f267af; background: linear-gradient(135deg, #f267af, #F27B67);