#f3d1eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 209, 235
HSL
314°, 59%, 89%
CMYK
0, 14, 3, 5
Luminance
0.7065
Every format
| HEX | #f3d1eb |
| RGB | rgb(243, 209, 235) |
| HSL | hsl(314, 59%, 89%) |
| CMYK | cmyk(0%, 14%, 3%, 5%) |
| LAB | lab(87.3 16.2 -8.4) |
| LCH | lch(87.3 18.2 332.7) |
| OKLCH | oklch(0.897 0.051 334.2) |
Copy-ready code
/* CSS */
color: #f3d1eb;
background-color: #f3d1eb;
/* Tailwind (arbitrary) */
class="text-[#f3d1eb] bg-[#f3d1eb]"
/* SCSS */
$brand: #f3d1eb;
/* SwiftUI */
Color(red: 0.953, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#f3d1eb")Accessibility — WCAG contrast
Aa
#f3d1eb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d1eb on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green82.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow3.3%
Key (black)4.7%
Color previews
#f3d1eb text on a black background
contrast 15.13:1
Card sample
#f3d1eb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d1eb;
Background color
Panel with #f3d1eb background
background-color: #f3d1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d1eb; background: linear-gradient(135deg, #f3d1eb, #F3D1D4);