#f5ffe0
a pale, electric green · cool · closest name: beige
RGB
245, 255, 224
HSL
79°, 100%, 94%
CMYK
4, 0, 12, 0
Luminance
0.9631
Every format
| HEX | #f5ffe0 |
| RGB | rgb(245, 255, 224) |
| HSL | hsl(79, 100%, 94%) |
| CMYK | cmyk(4%, 0%, 12%, 0%) |
| LAB | lab(98.6 -8.6 13.7) |
| LCH | lch(98.6 16.1 122.0) |
| OKLCH | oklch(0.985 0.042 121.7) |
Copy-ready code
/* CSS */
color: #f5ffe0;
background-color: #f5ffe0;
/* Tailwind (arbitrary) */
class="text-[#f5ffe0] bg-[#f5ffe0]"
/* SCSS */
$brand: #f5ffe0;
/* SwiftUI */
Color(red: 0.961, green: 1.000, blue: 0.878)
/* Android */
Color.parseColor("#f5ffe0")Accessibility — WCAG contrast
Aa
#f5ffe0 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ffe0 on black: 20.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green100.0%
Blue87.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow12.2%
Key (black)0.0%
Color previews
#f5ffe0 text on a black background
contrast 20.26:1
Card sample
#f5ffe0 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ffe0;
Background color
Panel with #f5ffe0 background
background-color: #f5ffe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ffe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 255, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 255, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ffe0; background: linear-gradient(135deg, #f5ffe0, #E0FFE0);