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