#f0cfcf
a pale, vivid red · warm · closest name: pink
RGB
240, 207, 207
HSL
0°, 52%, 88%
CMYK
0, 14, 14, 6
Luminance
0.6766
Every format
| HEX | #f0cfcf |
| RGB | rgb(240, 207, 207) |
| HSL | hsl(0, 52%, 88%) |
| CMYK | cmyk(0%, 14%, 14%, 6%) |
| LAB | lab(85.8 11.5 4.3) |
| LCH | lch(85.8 12.3 20.3) |
| OKLCH | oklch(0.882 0.037 17.9) |
Copy-ready code
/* CSS */
color: #f0cfcf;
background-color: #f0cfcf;
/* Tailwind (arbitrary) */
class="text-[#f0cfcf] bg-[#f0cfcf]"
/* SCSS */
$brand: #f0cfcf;
/* SwiftUI */
Color(red: 0.941, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#f0cfcf")Accessibility — WCAG contrast
Aa
#f0cfcf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cfcf on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow13.7%
Key (black)5.9%
Color previews
#f0cfcf text on a black background
contrast 14.53:1
Card sample
#f0cfcf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cfcf;
Background color
Panel with #f0cfcf background
background-color: #f0cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cfcf; background: linear-gradient(135deg, #f0cfcf, #F0E5CF);