#f1ffdb
a pale, electric green · cool · closest name: beige
RGB
241, 255, 219
HSL
83°, 100%, 93%
CMYK
6, 0, 14, 0
Luminance
0.9534
Every format
| HEX | #f1ffdb |
| RGB | rgb(241, 255, 219) |
| HSL | hsl(83, 100%, 93%) |
| CMYK | cmyk(6%, 0%, 14%, 0%) |
| LAB | lab(98.2 -10.7 15.7) |
| LCH | lch(98.2 19.0 124.4) |
| OKLCH | oklch(0.980 0.049 124.6) |
Copy-ready code
/* CSS */
color: #f1ffdb;
background-color: #f1ffdb;
/* Tailwind (arbitrary) */
class="text-[#f1ffdb] bg-[#f1ffdb]"
/* SCSS */
$brand: #f1ffdb;
/* SwiftUI */
Color(red: 0.945, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#f1ffdb")Accessibility — WCAG contrast
Aa
#f1ffdb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ffdb on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green100.0%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#f1ffdb text on a black background
contrast 20.07:1
Card sample
#f1ffdb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ffdb;
Background color
Panel with #f1ffdb background
background-color: #f1ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ffdb; background: linear-gradient(135deg, #f1ffdb, #DBFFDD);