#f1fbc3
a pale, electric green · cool · closest name: beige
RGB
241, 251, 195
HSL
71°, 88%, 88%
CMYK
4, 0, 22, 2
Luminance
0.9164
Every format
| HEX | #f1fbc3 |
| RGB | rgb(241, 251, 195) |
| HSL | hsl(71, 88%, 88%) |
| CMYK | cmyk(4%, 0%, 22%, 2%) |
| LAB | lab(96.7 -12.3 25.8) |
| LCH | lch(96.7 28.6 115.6) |
| OKLCH | oklch(0.967 0.073 116.0) |
Copy-ready code
/* CSS */
color: #f1fbc3;
background-color: #f1fbc3;
/* Tailwind (arbitrary) */
class="text-[#f1fbc3] bg-[#f1fbc3]"
/* SCSS */
$brand: #f1fbc3;
/* SwiftUI */
Color(red: 0.945, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#f1fbc3")Accessibility — WCAG contrast
Aa
#f1fbc3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1fbc3 on black: 19.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.4%
Blue76.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#f1fbc3 text on a black background
contrast 19.33:1
Card sample
#f1fbc3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1fbc3;
Background color
Panel with #f1fbc3 background
background-color: #f1fbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1fbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1fbc3; background: linear-gradient(135deg, #f1fbc3, #CCFBC3);