#f6cdcb
a pale, vivid red · warm · closest name: pink
RGB
246, 205, 203
HSL
3°, 71%, 88%
CMYK
0, 17, 18, 4
Luminance
0.6757
Every format
| HEX | #f6cdcb |
| RGB | rgb(246, 205, 203) |
| HSL | hsl(3, 71%, 88%) |
| CMYK | cmyk(0%, 17%, 18%, 4%) |
| LAB | lab(85.8 14.1 6.4) |
| LCH | lch(85.8 15.5 24.4) |
| OKLCH | oklch(0.883 0.047 21.4) |
Copy-ready code
/* CSS */
color: #f6cdcb;
background-color: #f6cdcb;
/* Tailwind (arbitrary) */
class="text-[#f6cdcb] bg-[#f6cdcb]"
/* SCSS */
$brand: #f6cdcb;
/* SwiftUI */
Color(red: 0.965, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#f6cdcb")Accessibility — WCAG contrast
Aa
#f6cdcb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cdcb on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow17.5%
Key (black)3.5%
Color previews
#f6cdcb text on a black background
contrast 14.51:1
Card sample
#f6cdcb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cdcb;
Background color
Panel with #f6cdcb background
background-color: #f6cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cdcb; background: linear-gradient(135deg, #f6cdcb, #F6EACB);