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