#f5ccc3
a pale, vivid red · warm · closest name: pink
RGB
245, 204, 195
HSL
11°, 71%, 86%
CMYK
0, 17, 20, 4
Luminance
0.6654
Every format
| HEX | #f5ccc3 |
| RGB | rgb(245, 204, 195) |
| HSL | hsl(11, 71%, 86%) |
| CMYK | cmyk(0%, 17%, 20%, 4%) |
| LAB | lab(85.3 13.1 9.9) |
| LCH | lch(85.3 16.4 37.1) |
| OKLCH | oklch(0.878 0.048 32.5) |
Copy-ready code
/* CSS */
color: #f5ccc3;
background-color: #f5ccc3;
/* Tailwind (arbitrary) */
class="text-[#f5ccc3] bg-[#f5ccc3]"
/* SCSS */
$brand: #f5ccc3;
/* SwiftUI */
Color(red: 0.961, green: 0.800, blue: 0.765)
/* Android */
Color.parseColor("#f5ccc3")Accessibility — WCAG contrast
Aa
#f5ccc3 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ccc3 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.0%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow20.4%
Key (black)3.9%
Color previews
#f5ccc3 text on a black background
contrast 14.31:1
Card sample
#f5ccc3 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ccc3;
Background color
Panel with #f5ccc3 background
background-color: #f5ccc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ccc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 204, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 204, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ccc3; background: linear-gradient(135deg, #f5ccc3, #F5EDC3);