#f5b6ae
a light, electric red · warm · closest name: pink
RGB
245, 182, 174
HSL
7°, 78%, 82%
CMYK
0, 26, 29, 4
Luminance
0.5592
Every format
| HEX | #f5b6ae |
| RGB | rgb(245, 182, 174) |
| HSL | hsl(7, 78%, 82%) |
| CMYK | cmyk(0%, 26%, 29%, 4%) |
| LAB | lab(79.6 21.7 13.0) |
| LCH | lch(79.6 25.4 30.9) |
| OKLCH | oklch(0.832 0.075 27.0) |
Copy-ready code
/* CSS */
color: #f5b6ae;
background-color: #f5b6ae;
/* Tailwind (arbitrary) */
class="text-[#f5b6ae] bg-[#f5b6ae]"
/* SCSS */
$brand: #f5b6ae;
/* SwiftUI */
Color(red: 0.961, green: 0.714, blue: 0.682)
/* Android */
Color.parseColor("#f5b6ae")Accessibility — WCAG contrast
Aa
#f5b6ae on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b6ae on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green71.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow29.0%
Key (black)3.9%
Color previews
#f5b6ae text on a black background
contrast 12.18:1
Card sample
#f5b6ae text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b6ae;
Background color
Panel with #f5b6ae background
background-color: #f5b6ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b6ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 182, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 182, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b6ae; background: linear-gradient(135deg, #f5b6ae, #F5E5AE);