#f6ccf2
a pale, vivid magenta / pink · warm · closest name: pink
RGB
246, 204, 242
HSL
306°, 70%, 88%
CMYK
0, 17, 2, 4
Luminance
0.6919
Every format
| HEX | #f6ccf2 |
| RGB | rgb(246, 204, 242) |
| HSL | hsl(306, 70%, 88%) |
| CMYK | cmyk(0%, 17%, 2%, 4%) |
| LAB | lab(86.6 21.1 -13.1) |
| LCH | lch(86.6 24.8 328.1) |
| OKLCH | oklch(0.893 0.068 329.2) |
Copy-ready code
/* CSS */
color: #f6ccf2;
background-color: #f6ccf2;
/* Tailwind (arbitrary) */
class="text-[#f6ccf2] bg-[#f6ccf2]"
/* SCSS */
$brand: #f6ccf2;
/* SwiftUI */
Color(red: 0.965, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#f6ccf2")Accessibility — WCAG contrast
Aa
#f6ccf2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ccf2 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.0%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow1.6%
Key (black)3.5%
Color previews
#f6ccf2 text on a black background
contrast 14.84:1
Card sample
#f6ccf2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ccf2;
Background color
Panel with #f6ccf2 background
background-color: #f6ccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ccf2; background: linear-gradient(135deg, #f6ccf2, #F6CCD6);