#f1ffba
a pale, electric green · cool · closest name: khaki
RGB
241, 255, 186
HSL
72°, 100%, 87%
CMYK
6, 0, 27, 0
Luminance
0.9377
Every format
| HEX | #f1ffba |
| RGB | rgb(241, 255, 186) |
| HSL | hsl(72, 100%, 87%) |
| CMYK | cmyk(6%, 0%, 27%, 0%) |
| LAB | lab(97.5 -15.5 31.5) |
| LCH | lch(97.5 35.1 116.2) |
| OKLCH | oklch(0.973 0.089 117.4) |
Copy-ready code
/* CSS */
color: #f1ffba;
background-color: #f1ffba;
/* Tailwind (arbitrary) */
class="text-[#f1ffba] bg-[#f1ffba]"
/* SCSS */
$brand: #f1ffba;
/* SwiftUI */
Color(red: 0.945, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#f1ffba")Accessibility — WCAG contrast
Aa
#f1ffba on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ffba on black: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green100.0%
Blue72.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#f1ffba text on a black background
contrast 19.75:1
Card sample
#f1ffba text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ffba;
Background color
Panel with #f1ffba background
background-color: #f1ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ffba; background: linear-gradient(135deg, #f1ffba, #C3FFBA);