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