#f5c2b7
a light, electric red · warm · closest name: pink
RGB
245, 194, 183
HSL
11°, 76%, 84%
CMYK
0, 21, 25, 4
Luminance
0.6141
Every format
| HEX | #f5c2b7 |
| RGB | rgb(245, 194, 183) |
| HSL | hsl(11, 76%, 84%) |
| CMYK | cmyk(0%, 21%, 25%, 4%) |
| LAB | lab(82.6 16.6 12.5) |
| LCH | lch(82.6 20.8 36.9) |
| OKLCH | oklch(0.856 0.061 32.3) |
Copy-ready code
/* CSS */
color: #f5c2b7;
background-color: #f5c2b7;
/* Tailwind (arbitrary) */
class="text-[#f5c2b7] bg-[#f5c2b7]"
/* SCSS */
$brand: #f5c2b7;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.718)
/* Android */
Color.parseColor("#f5c2b7")Accessibility — WCAG contrast
Aa
#f5c2b7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c2b7 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow25.3%
Key (black)3.9%
Color previews
#f5c2b7 text on a black background
contrast 13.28:1
Card sample
#f5c2b7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c2b7;
Background color
Panel with #f5c2b7 background
background-color: #f5c2b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c2b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c2b7; background: linear-gradient(135deg, #f5c2b7, #F5EBB7);