#f6adcf
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 173, 207
HSL
332°, 80%, 82%
CMYK
0, 30, 16, 4
Luminance
0.5398
Every format
| HEX | #f6adcf |
| RGB | rgb(246, 173, 207) |
| HSL | hsl(332, 80%, 82%) |
| CMYK | cmyk(0%, 30%, 16%, 4%) |
| LAB | lab(78.5 31.6 -6.5) |
| LCH | lch(78.5 32.3 348.4) |
| OKLCH | oklch(0.827 0.095 349.9) |
Copy-ready code
/* CSS */
color: #f6adcf;
background-color: #f6adcf;
/* Tailwind (arbitrary) */
class="text-[#f6adcf] bg-[#f6adcf]"
/* SCSS */
$brand: #f6adcf;
/* SwiftUI */
Color(red: 0.965, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#f6adcf")Accessibility — WCAG contrast
Aa
#f6adcf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6adcf on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green67.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow15.9%
Key (black)3.5%
Color previews
#f6adcf text on a black background
contrast 11.80:1
Card sample
#f6adcf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6adcf;
Background color
Panel with #f6adcf background
background-color: #f6adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6adcf; background: linear-gradient(135deg, #f6adcf, #F6BCAD);