#f6bfad
a light, electric red · warm · closest name: pink
RGB
246, 191, 173
HSL
15°, 80%, 82%
CMYK
0, 22, 30, 4
Luminance
0.5987
Every format
| HEX | #f6bfad |
| RGB | rgb(246, 191, 173) |
| HSL | hsl(15, 80%, 82%) |
| CMYK | cmyk(0%, 22%, 30%, 4%) |
| LAB | lab(81.8 17.2 16.7) |
| LCH | lch(81.8 24.0 44.0) |
| OKLCH | oklch(0.849 0.068 38.9) |
Copy-ready code
/* CSS */
color: #f6bfad;
background-color: #f6bfad;
/* Tailwind (arbitrary) */
class="text-[#f6bfad] bg-[#f6bfad]"
/* SCSS */
$brand: #f6bfad;
/* SwiftUI */
Color(red: 0.965, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#f6bfad")Accessibility — WCAG contrast
Aa
#f6bfad on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bfad on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow29.7%
Key (black)3.5%
Color previews
#f6bfad text on a black background
contrast 12.97:1
Card sample
#f6bfad text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bfad;
Background color
Panel with #f6bfad background
background-color: #f6bfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bfad; background: linear-gradient(135deg, #f6bfad, #F6F0AD);