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