#f1ffcf
a pale, electric green · cool · closest name: beige
RGB
241, 255, 207
HSL
78°, 100%, 91%
CMYK
6, 0, 19, 0
Luminance
0.9473
Every format
| HEX | #f1ffcf |
| RGB | rgb(241, 255, 207) |
| HSL | hsl(78, 100%, 91%) |
| CMYK | cmyk(6%, 0%, 19%, 0%) |
| LAB | lab(97.9 -12.6 21.4) |
| LCH | lch(97.9 24.9 120.4) |
| OKLCH | oklch(0.978 0.064 120.8) |
Copy-ready code
/* CSS */
color: #f1ffcf;
background-color: #f1ffcf;
/* Tailwind (arbitrary) */
class="text-[#f1ffcf] bg-[#f1ffcf]"
/* SCSS */
$brand: #f1ffcf;
/* SwiftUI */
Color(red: 0.945, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#f1ffcf")Accessibility — WCAG contrast
Aa
#f1ffcf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ffcf on black: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green100.0%
Blue81.2%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#f1ffcf text on a black background
contrast 19.95:1
Card sample
#f1ffcf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ffcf;
Background color
Panel with #f1ffcf background
background-color: #f1ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ffcf; background: linear-gradient(135deg, #f1ffcf, #D1FFCF);