#f6b6ac
a light, electric red · warm · closest name: pink
RGB
246, 182, 172
HSL
8°, 80%, 82%
CMYK
0, 26, 30, 4
Luminance
0.5603
Every format
| HEX | #f6b6ac |
| RGB | rgb(246, 182, 172) |
| HSL | hsl(8, 80%, 82%) |
| CMYK | cmyk(0%, 26%, 30%, 4%) |
| LAB | lab(79.6 21.9 14.2) |
| LCH | lch(79.6 26.1 33.0) |
| OKLCH | oklch(0.833 0.076 28.8) |
Copy-ready code
/* CSS */
color: #f6b6ac;
background-color: #f6b6ac;
/* Tailwind (arbitrary) */
class="text-[#f6b6ac] bg-[#f6b6ac]"
/* SCSS */
$brand: #f6b6ac;
/* SwiftUI */
Color(red: 0.965, green: 0.714, blue: 0.675)
/* Android */
Color.parseColor("#f6b6ac")Accessibility — WCAG contrast
Aa
#f6b6ac on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6b6ac on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green71.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow30.1%
Key (black)3.5%
Color previews
#f6b6ac text on a black background
contrast 12.21:1
Card sample
#f6b6ac text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6b6ac;
Background color
Panel with #f6b6ac background
background-color: #f6b6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6b6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 182, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 182, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6b6ac; background: linear-gradient(135deg, #f6b6ac, #F6E7AC);