#f1fdbb
a pale, electric green · cool · closest name: khaki
RGB
241, 253, 187
HSL
71°, 94%, 86%
CMYK
5, 0, 26, 1
Luminance
0.9254
Every format
| HEX | #f1fdbb |
| RGB | rgb(241, 253, 187) |
| HSL | hsl(71, 94%, 86%) |
| CMYK | cmyk(5%, 0%, 26%, 1%) |
| LAB | lab(97.0 -14.4 30.4) |
| LCH | lch(97.0 33.6 115.4) |
| OKLCH | oklch(0.969 0.085 116.4) |
Copy-ready code
/* CSS */
color: #f1fdbb;
background-color: #f1fdbb;
/* Tailwind (arbitrary) */
class="text-[#f1fdbb] bg-[#f1fdbb]"
/* SCSS */
$brand: #f1fdbb;
/* SwiftUI */
Color(red: 0.945, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#f1fdbb")Accessibility — WCAG contrast
Aa
#f1fdbb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fdbb on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green99.2%
Blue73.3%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#f1fdbb text on a black background
contrast 19.51:1
Card sample
#f1fdbb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fdbb;
Background color
Panel with #f1fdbb background
background-color: #f1fdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fdbb; background: linear-gradient(135deg, #f1fdbb, #C5FDBB);