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