#f3ceee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 206, 238
HSL
308°, 61%, 88%
CMYK
0, 15, 2, 5
Luminance
0.6937
Every format
| HEX | #f3ceee |
| RGB | rgb(243, 206, 238) |
| HSL | hsl(308, 61%, 88%) |
| CMYK | cmyk(0%, 15%, 2%, 5%) |
| LAB | lab(86.7 18.3 -10.9) |
| LCH | lch(86.7 21.3 329.3) |
| OKLCH | oklch(0.892 0.059 330.5) |
Copy-ready code
/* CSS */
color: #f3ceee;
background-color: #f3ceee;
/* Tailwind (arbitrary) */
class="text-[#f3ceee] bg-[#f3ceee]"
/* SCSS */
$brand: #f3ceee;
/* SwiftUI */
Color(red: 0.953, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#f3ceee")Accessibility — WCAG contrast
Aa
#f3ceee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ceee on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow2.1%
Key (black)4.7%
Color previews
#f3ceee text on a black background
contrast 14.87:1
Card sample
#f3ceee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ceee;
Background color
Panel with #f3ceee background
background-color: #f3ceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ceee; background: linear-gradient(135deg, #f3ceee, #F3CED5);