#f0fcdc
a pale, electric green · cool · closest name: beige
RGB
240, 252, 220
HSL
83°, 84%, 93%
CMYK
5, 0, 13, 1
Luminance
0.9331
Every format
| HEX | #f0fcdc |
| RGB | rgb(240, 252, 220) |
| HSL | hsl(83, 84%, 93%) |
| CMYK | cmyk(5%, 0%, 13%, 1%) |
| LAB | lab(97.3 -9.4 14.0) |
| LCH | lch(97.3 16.9 123.9) |
| OKLCH | oklch(0.974 0.044 124.0) |
Copy-ready code
/* CSS */
color: #f0fcdc;
background-color: #f0fcdc;
/* Tailwind (arbitrary) */
class="text-[#f0fcdc] bg-[#f0fcdc]"
/* SCSS */
$brand: #f0fcdc;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#f0fcdc")Accessibility — WCAG contrast
Aa
#f0fcdc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fcdc on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue86.3%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#f0fcdc text on a black background
contrast 19.66:1
Card sample
#f0fcdc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fcdc;
Background color
Panel with #f0fcdc background
background-color: #f0fcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fcdc; background: linear-gradient(135deg, #f0fcdc, #DCFCDD);