#f6adcd
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 173, 205
HSL
334°, 80%, 82%
CMYK
0, 30, 17, 4
Luminance
0.5389
Every format
| HEX | #f6adcd |
| RGB | rgb(246, 173, 205) |
| HSL | hsl(334, 80%, 82%) |
| CMYK | cmyk(0%, 30%, 17%, 4%) |
| LAB | lab(78.4 31.3 -5.5) |
| LCH | lch(78.4 31.8 350.1) |
| OKLCH | oklch(0.826 0.094 351.4) |
Copy-ready code
/* CSS */
color: #f6adcd;
background-color: #f6adcd;
/* Tailwind (arbitrary) */
class="text-[#f6adcd] bg-[#f6adcd]"
/* SCSS */
$brand: #f6adcd;
/* SwiftUI */
Color(red: 0.965, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#f6adcd")Accessibility — WCAG contrast
Aa
#f6adcd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6adcd on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow16.7%
Key (black)3.5%
Color previews
#f6adcd text on a black background
contrast 11.78:1
Card sample
#f6adcd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6adcd;
Background color
Panel with #f6adcd background
background-color: #f6adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6adcd; background: linear-gradient(135deg, #f6adcd, #F6BEAD);