#f67cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 124, 219
HSL
313°, 87%, 73%
CMYK
0, 50, 11, 4
Luminance
0.3912
Every format
| HEX | #f67cdb |
| RGB | rgb(246, 124, 219) |
| HSL | hsl(313, 87%, 73%) |
| CMYK | cmyk(0%, 50%, 11%, 4%) |
| LAB | lab(68.8 58.4 -27.6) |
| LCH | lch(68.8 64.6 334.7) |
| OKLCH | oklch(0.755 0.185 336.3) |
Copy-ready code
/* CSS */
color: #f67cdb;
background-color: #f67cdb;
/* Tailwind (arbitrary) */
class="text-[#f67cdb] bg-[#f67cdb]"
/* SCSS */
$brand: #f67cdb;
/* SwiftUI */
Color(red: 0.965, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#f67cdb")Accessibility — WCAG contrast
Aa
#f67cdb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67cdb on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green48.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow11.0%
Key (black)3.5%
Color previews
#f67cdb text on a black background
contrast 8.82:1
Card sample
#f67cdb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67cdb;
Background color
Panel with #f67cdb background
background-color: #f67cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67cdb; background: linear-gradient(135deg, #f67cdb, #F67C89);