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