#f6ebef
a pale, soft magenta / pink · warm · closest name: white
RGB
246, 235, 239
HSL
338°, 38%, 94%
CMYK
0, 5, 3, 4
Luminance
0.8524
Every format
| HEX | #f6ebef |
| RGB | rgb(246, 235, 239) |
| HSL | hsl(338, 38%, 94%) |
| CMYK | cmyk(0%, 5%, 3%, 4%) |
| LAB | lab(94.0 4.4 -0.6) |
| LCH | lch(94.0 4.4 352.1) |
| OKLCH | oklch(0.950 0.013 353.1) |
Copy-ready code
/* CSS */
color: #f6ebef;
background-color: #f6ebef;
/* Tailwind (arbitrary) */
class="text-[#f6ebef] bg-[#f6ebef]"
/* SCSS */
$brand: #f6ebef;
/* SwiftUI */
Color(red: 0.965, green: 0.922, blue: 0.937)
/* Android */
Color.parseColor("#f6ebef")Accessibility — WCAG contrast
Aa
#f6ebef on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ebef on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green92.2%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow2.8%
Key (black)3.5%
Color previews
#f6ebef text on a black background
contrast 18.05:1
Card sample
#f6ebef text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ebef;
Background color
Panel with #f6ebef background
background-color: #f6ebef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ebef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 235, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 235, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ebef; background: linear-gradient(135deg, #f6ebef, #F6EEEB);