#f6cfcf
a pale, vivid red · warm · closest name: pink
RGB
246, 207, 207
HSL
0°, 68%, 89%
CMYK
0, 16, 16, 4
Luminance
0.6872
Every format
| HEX | #f6cfcf |
| RGB | rgb(246, 207, 207) |
| HSL | hsl(0, 68%, 89%) |
| CMYK | cmyk(0%, 16%, 16%, 4%) |
| LAB | lab(86.4 13.7 5.1) |
| LCH | lch(86.4 14.6 20.5) |
| OKLCH | oklch(0.888 0.044 18.0) |
Copy-ready code
/* CSS */
color: #f6cfcf;
background-color: #f6cfcf;
/* Tailwind (arbitrary) */
class="text-[#f6cfcf] bg-[#f6cfcf]"
/* SCSS */
$brand: #f6cfcf;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#f6cfcf")Accessibility — WCAG contrast
Aa
#f6cfcf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cfcf on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow15.9%
Key (black)3.5%
Color previews
#f6cfcf text on a black background
contrast 14.74:1
Card sample
#f6cfcf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cfcf;
Background color
Panel with #f6cfcf background
background-color: #f6cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cfcf; background: linear-gradient(135deg, #f6cfcf, #F6E9CF);