#f5ffce
a pale, electric green · cool · closest name: beige
RGB
245, 255, 206
HSL
72°, 100%, 90%
CMYK
4, 0, 19, 0
Luminance
0.9539
Every format
| HEX | #f5ffce |
| RGB | rgb(245, 255, 206) |
| HSL | hsl(72, 100%, 90%) |
| CMYK | cmyk(4%, 0%, 19%, 0%) |
| LAB | lab(98.2 -11.3 22.4) |
| LCH | lch(98.2 25.1 116.8) |
| OKLCH | oklch(0.980 0.064 117.0) |
Copy-ready code
/* CSS */
color: #f5ffce;
background-color: #f5ffce;
/* Tailwind (arbitrary) */
class="text-[#f5ffce] bg-[#f5ffce]"
/* SCSS */
$brand: #f5ffce;
/* SwiftUI */
Color(red: 0.961, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#f5ffce")Accessibility — WCAG contrast
Aa
#f5ffce on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ffce on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green100.0%
Blue80.8%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#f5ffce text on a black background
contrast 20.08:1
Card sample
#f5ffce text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ffce;
Background color
Panel with #f5ffce background
background-color: #f5ffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ffce; background: linear-gradient(135deg, #f5ffce, #D4FFCE);