#fff0fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 240, 252
HSL
312°, 100%, 97%
CMYK
0, 6, 1, 0
Luminance
0.9061
Every format
| HEX | #fff0fc |
| RGB | rgb(255, 240, 252) |
| HSL | hsl(312, 100%, 97%) |
| CMYK | cmyk(0%, 6%, 1%, 0%) |
| LAB | lab(96.3 7.1 -4.0) |
| LCH | lch(96.3 8.1 330.9) |
| OKLCH | oklch(0.970 0.022 332.3) |
Copy-ready code
/* CSS */
color: #fff0fc;
background-color: #fff0fc;
/* Tailwind (arbitrary) */
class="text-[#fff0fc] bg-[#fff0fc]"
/* SCSS */
$brand: #fff0fc;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#fff0fc")Accessibility — WCAG contrast
Aa
#fff0fc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff0fc on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow1.2%
Key (black)0.0%
Color previews
#fff0fc text on a black background
contrast 19.12:1
Card sample
#fff0fc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff0fc;
Background color
Panel with #fff0fc background
background-color: #fff0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff0fc; background: linear-gradient(135deg, #fff0fc, #FFF0F2);