#f68cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 140, 219
HSL
315°, 86%, 76%
CMYK
0, 43, 11, 4
Luminance
0.4346
Every format
| HEX | #f68cdb |
| RGB | rgb(246, 140, 219) |
| HSL | hsl(315, 86%, 76%) |
| CMYK | cmyk(0%, 43%, 11%, 4%) |
| LAB | lab(71.9 50.6 -22.9) |
| LCH | lch(71.9 55.5 335.6) |
| OKLCH | oklch(0.778 0.159 337.3) |
Copy-ready code
/* CSS */
color: #f68cdb;
background-color: #f68cdb;
/* Tailwind (arbitrary) */
class="text-[#f68cdb] bg-[#f68cdb]"
/* SCSS */
$brand: #f68cdb;
/* SwiftUI */
Color(red: 0.965, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#f68cdb")Accessibility — WCAG contrast
Aa
#f68cdb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f68cdb on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green54.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow11.0%
Key (black)3.5%
Color previews
#f68cdb text on a black background
contrast 9.69:1
Card sample
#f68cdb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f68cdb;
Background color
Panel with #f68cdb background
background-color: #f68cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f68cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f68cdb; background: linear-gradient(135deg, #f68cdb, #F68C94);