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