#f0fade
a pale, vivid green · cool · closest name: beige
RGB
240, 250, 222
HSL
81°, 74%, 93%
CMYK
4, 0, 11, 2
Luminance
0.9217
Every format
| HEX | #f0fade |
| RGB | rgb(240, 250, 222) |
| HSL | hsl(81, 74%, 93%) |
| CMYK | cmyk(4%, 0%, 11%, 2%) |
| LAB | lab(96.9 -8.1 12.3) |
| LCH | lch(96.9 14.7 123.3) |
| OKLCH | oklch(0.970 0.038 123.1) |
Copy-ready code
/* CSS */
color: #f0fade;
background-color: #f0fade;
/* Tailwind (arbitrary) */
class="text-[#f0fade] bg-[#f0fade]"
/* SCSS */
$brand: #f0fade;
/* SwiftUI */
Color(red: 0.941, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#f0fade")Accessibility — WCAG contrast
Aa
#f0fade on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fade on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.0%
Blue87.1%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#f0fade text on a black background
contrast 19.43:1
Card sample
#f0fade text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fade;
Background color
Panel with #f0fade background
background-color: #f0fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fade; background: linear-gradient(135deg, #f0fade, #DEFADE);