#f6cbee
a pale, vivid magenta / pink · warm · closest name: pink
RGB
246, 203, 238
HSL
311°, 71%, 88%
CMYK
0, 18, 3, 4
Luminance
0.6848
Every format
| HEX | #f6cbee |
| RGB | rgb(246, 203, 238) |
| HSL | hsl(311, 71%, 88%) |
| CMYK | cmyk(0%, 18%, 3%, 4%) |
| LAB | lab(86.3 20.9 -11.5) |
| LCH | lch(86.3 23.9 331.1) |
| OKLCH | oklch(0.889 0.066 332.5) |
Copy-ready code
/* CSS */
color: #f6cbee;
background-color: #f6cbee;
/* Tailwind (arbitrary) */
class="text-[#f6cbee] bg-[#f6cbee]"
/* SCSS */
$brand: #f6cbee;
/* SwiftUI */
Color(red: 0.965, green: 0.796, blue: 0.933)
/* Android */
Color.parseColor("#f6cbee")Accessibility — WCAG contrast
Aa
#f6cbee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cbee on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green79.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow3.3%
Key (black)3.5%
Color previews
#f6cbee text on a black background
contrast 14.70:1
Card sample
#f6cbee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cbee;
Background color
Panel with #f6cbee background
background-color: #f6cbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 203, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 203, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cbee; background: linear-gradient(135deg, #f6cbee, #F6CBD1);