#f2cfcb
a pale, vivid red · warm · closest name: pink
RGB
242, 207, 203
HSL
6°, 60%, 87%
CMYK
0, 15, 16, 5
Luminance
0.6781
Every format
| HEX | #f2cfcb |
| RGB | rgb(242, 207, 203) |
| HSL | hsl(6, 60%, 87%) |
| CMYK | cmyk(0%, 15%, 16%, 5%) |
| LAB | lab(85.9 11.6 6.5) |
| LCH | lch(85.9 13.3 29.3) |
| OKLCH | oklch(0.883 0.040 25.6) |
Copy-ready code
/* CSS */
color: #f2cfcb;
background-color: #f2cfcb;
/* Tailwind (arbitrary) */
class="text-[#f2cfcb] bg-[#f2cfcb]"
/* SCSS */
$brand: #f2cfcb;
/* SwiftUI */
Color(red: 0.949, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#f2cfcb")Accessibility — WCAG contrast
Aa
#f2cfcb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cfcb on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow16.1%
Key (black)5.1%
Color previews
#f2cfcb text on a black background
contrast 14.56:1
Card sample
#f2cfcb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cfcb;
Background color
Panel with #f2cfcb background
background-color: #f2cfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cfcb; background: linear-gradient(135deg, #f2cfcb, #F2E9CB);