#f67cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 124, 211
HSL
317°, 87%, 73%
CMYK
0, 50, 14, 4
Luminance
0.3871
Every format
| HEX | #f67cd3 |
| RGB | rgb(246, 124, 211) |
| HSL | hsl(317, 87%, 73%) |
| CMYK | cmyk(0%, 50%, 14%, 4%) |
| LAB | lab(68.5 57.2 -23.6) |
| LCH | lch(68.5 61.8 337.6) |
| OKLCH | oklch(0.752 0.179 339.4) |
Copy-ready code
/* CSS */
color: #f67cd3;
background-color: #f67cd3;
/* Tailwind (arbitrary) */
class="text-[#f67cd3] bg-[#f67cd3]"
/* SCSS */
$brand: #f67cd3;
/* SwiftUI */
Color(red: 0.965, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#f67cd3")Accessibility — WCAG contrast
Aa
#f67cd3 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67cd3 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green48.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow14.2%
Key (black)3.5%
Color previews
#f67cd3 text on a black background
contrast 8.74:1
Card sample
#f67cd3 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67cd3;
Background color
Panel with #f67cd3 background
background-color: #f67cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67cd3; background: linear-gradient(135deg, #f67cd3, #F67C81);