#f5c2bd
a pale, vivid red · warm · closest name: pink
RGB
245, 194, 189
HSL
5°, 74%, 85%
CMYK
0, 21, 23, 4
Luminance
0.6167
Every format
| HEX | #f5c2bd |
| RGB | rgb(245, 194, 189) |
| HSL | hsl(5, 74%, 85%) |
| CMYK | cmyk(0%, 21%, 23%, 4%) |
| LAB | lab(82.7 17.5 9.5) |
| LCH | lch(82.7 19.9 28.5) |
| OKLCH | oklch(0.858 0.059 24.9) |
Copy-ready code
/* CSS */
color: #f5c2bd;
background-color: #f5c2bd;
/* Tailwind (arbitrary) */
class="text-[#f5c2bd] bg-[#f5c2bd]"
/* SCSS */
$brand: #f5c2bd;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.741)
/* Android */
Color.parseColor("#f5c2bd")Accessibility — WCAG contrast
Aa
#f5c2bd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c2bd on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow22.9%
Key (black)3.9%
Color previews
#f5c2bd text on a black background
contrast 13.33:1
Card sample
#f5c2bd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c2bd;
Background color
Panel with #f5c2bd background
background-color: #f5c2bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c2bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c2bd; background: linear-gradient(135deg, #f5c2bd, #F5E7BD);