#f0f0fc
a pale, vivid blue · warm · closest name: lavender
RGB
240, 240, 252
HSL
240°, 67%, 97%
CMYK
5, 5, 0, 1
Luminance
0.8787
Every format
| HEX | #f0f0fc |
| RGB | rgb(240, 240, 252) |
| HSL | hsl(240, 67%, 97%) |
| CMYK | cmyk(5%, 5%, 0%, 1%) |
| LAB | lab(95.1 2.2 -5.8) |
| LCH | lch(95.1 6.2 290.6) |
| OKLCH | oklch(0.959 0.016 286.1) |
Copy-ready code
/* CSS */
color: #f0f0fc;
background-color: #f0f0fc;
/* Tailwind (arbitrary) */
class="text-[#f0f0fc] bg-[#f0f0fc]"
/* SCSS */
$brand: #f0f0fc;
/* SwiftUI */
Color(red: 0.941, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#f0f0fc")Accessibility — WCAG contrast
Aa
#f0f0fc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0f0fc on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green94.1%
Blue98.8%
CMYK percentages
Cyan4.8%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#f0f0fc text on a black background
contrast 18.57:1
Card sample
#f0f0fc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0f0fc;
Background color
Panel with #f0f0fc background
background-color: #f0f0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0f0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0f0fc; background: linear-gradient(135deg, #f0f0fc, #F8F0FC);