#f5c2cc
a pale, vivid red · warm · closest name: pink
RGB
245, 194, 204
HSL
348°, 72%, 86%
CMYK
0, 21, 17, 4
Luminance
0.6236
Every format
| HEX | #f5c2cc |
| RGB | rgb(245, 194, 204) |
| HSL | hsl(348, 72%, 86%) |
| CMYK | cmyk(0%, 21%, 17%, 4%) |
| LAB | lab(83.1 19.7 2.0) |
| LCH | lch(83.1 19.8 5.7) |
| OKLCH | oklch(0.862 0.060 5.3) |
Copy-ready code
/* CSS */
color: #f5c2cc;
background-color: #f5c2cc;
/* Tailwind (arbitrary) */
class="text-[#f5c2cc] bg-[#f5c2cc]"
/* SCSS */
$brand: #f5c2cc;
/* SwiftUI */
Color(red: 0.961, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#f5c2cc")Accessibility — WCAG contrast
Aa
#f5c2cc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c2cc on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green76.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow16.7%
Key (black)3.9%
Color previews
#f5c2cc text on a black background
contrast 13.47:1
Card sample
#f5c2cc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c2cc;
Background color
Panel with #f5c2cc background
background-color: #f5c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c2cc; background: linear-gradient(135deg, #f5c2cc, #F5DAC2);