#f67dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 125, 187
HSL
329°, 87%, 73%
CMYK
0, 49, 24, 4
Luminance
0.3785
Every format
| HEX | #f67dbb |
| RGB | rgb(246, 125, 187) |
| HSL | hsl(329, 87%, 73%) |
| CMYK | cmyk(0%, 49%, 24%, 4%) |
| LAB | lab(67.9 53.2 -11.1) |
| LCH | lch(67.9 54.4 348.2) |
| OKLCH | oklch(0.745 0.163 349.8) |
Copy-ready code
/* CSS */
color: #f67dbb;
background-color: #f67dbb;
/* Tailwind (arbitrary) */
class="text-[#f67dbb] bg-[#f67dbb]"
/* SCSS */
$brand: #f67dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#f67dbb")Accessibility — WCAG contrast
Aa
#f67dbb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67dbb on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green49.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow24.0%
Key (black)3.5%
Color previews
#f67dbb text on a black background
contrast 8.57:1
Card sample
#f67dbb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67dbb;
Background color
Panel with #f67dbb background
background-color: #f67dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67dbb; background: linear-gradient(135deg, #f67dbb, #F6907D);