#f5bcad
a light, electric red · warm · closest name: pink
RGB
245, 188, 173
HSL
13°, 78%, 82%
CMYK
0, 23, 29, 4
Luminance
0.5840
Every format
| HEX | #f5bcad |
| RGB | rgb(245, 188, 173) |
| HSL | hsl(13, 78%, 82%) |
| CMYK | cmyk(0%, 23%, 29%, 4%) |
| LAB | lab(81.0 18.4 15.5) |
| LCH | lch(81.0 24.1 40.1) |
| OKLCH | oklch(0.843 0.070 35.2) |
Copy-ready code
/* CSS */
color: #f5bcad;
background-color: #f5bcad;
/* Tailwind (arbitrary) */
class="text-[#f5bcad] bg-[#f5bcad]"
/* SCSS */
$brand: #f5bcad;
/* SwiftUI */
Color(red: 0.961, green: 0.737, blue: 0.678)
/* Android */
Color.parseColor("#f5bcad")Accessibility — WCAG contrast
Aa
#f5bcad on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bcad on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green73.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow29.4%
Key (black)3.9%
Color previews
#f5bcad text on a black background
contrast 12.68:1
Card sample
#f5bcad text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bcad;
Background color
Panel with #f5bcad background
background-color: #f5bcad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bcad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 188, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 188, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bcad; background: linear-gradient(135deg, #f5bcad, #F5ECAD);