#f6baac
a light, electric red · warm · closest name: pink
RGB
246, 186, 172
HSL
11°, 80%, 82%
CMYK
0, 24, 30, 4
Luminance
0.5769
Every format
| HEX | #f6baac |
| RGB | rgb(246, 186, 172) |
| HSL | hsl(11, 80%, 82%) |
| CMYK | cmyk(0%, 24%, 30%, 4%) |
| LAB | lab(80.6 19.7 15.5) |
| LCH | lch(80.6 25.1 38.2) |
| OKLCH | oklch(0.840 0.073 33.5) |
Copy-ready code
/* CSS */
color: #f6baac;
background-color: #f6baac;
/* Tailwind (arbitrary) */
class="text-[#f6baac] bg-[#f6baac]"
/* SCSS */
$brand: #f6baac;
/* SwiftUI */
Color(red: 0.965, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#f6baac")Accessibility — WCAG contrast
Aa
#f6baac on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6baac on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow30.1%
Key (black)3.5%
Color previews
#f6baac text on a black background
contrast 12.54:1
Card sample
#f6baac text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6baac;
Background color
Panel with #f6baac background
background-color: #f6baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6baac; background: linear-gradient(135deg, #f6baac, #F6EBAC);