#f0c3cb
a pale, vivid red · warm · closest name: pink
RGB
240, 195, 203
HSL
349°, 60%, 85%
CMYK
0, 19, 15, 6
Luminance
0.6187
Every format
| HEX | #f0c3cb |
| RGB | rgb(240, 195, 203) |
| HSL | hsl(349, 60%, 85%) |
| CMYK | cmyk(0%, 19%, 15%, 6%) |
| LAB | lab(82.8 17.2 2.1) |
| LCH | lch(82.8 17.3 6.9) |
| OKLCH | oklch(0.859 0.052 6.3) |
Copy-ready code
/* CSS */
color: #f0c3cb;
background-color: #f0c3cb;
/* Tailwind (arbitrary) */
class="text-[#f0c3cb] bg-[#f0c3cb]"
/* SCSS */
$brand: #f0c3cb;
/* SwiftUI */
Color(red: 0.941, green: 0.765, blue: 0.796)
/* Android */
Color.parseColor("#f0c3cb")Accessibility — WCAG contrast
Aa
#f0c3cb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0c3cb on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green76.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow15.4%
Key (black)5.9%
Color previews
#f0c3cb text on a black background
contrast 13.37:1
Card sample
#f0c3cb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0c3cb;
Background color
Panel with #f0c3cb background
background-color: #f0c3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0c3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 195, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 195, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0c3cb; background: linear-gradient(135deg, #f0c3cb, #F0D9C3);