#f1face
a pale, electric green · cool · closest name: beige
RGB
241, 250, 206
HSL
72°, 82%, 89%
CMYK
4, 0, 18, 2
Luminance
0.9153
Every format
| HEX | #f1face |
| RGB | rgb(241, 250, 206) |
| HSL | hsl(72, 82%, 89%) |
| CMYK | cmyk(4%, 0%, 18%, 2%) |
| LAB | lab(96.6 -10.3 20.1) |
| LCH | lch(96.6 22.6 117.0) |
| OKLCH | oklch(0.967 0.058 116.9) |
Copy-ready code
/* CSS */
color: #f1face;
background-color: #f1face;
/* Tailwind (arbitrary) */
class="text-[#f1face] bg-[#f1face]"
/* SCSS */
$brand: #f1face;
/* SwiftUI */
Color(red: 0.945, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#f1face")Accessibility — WCAG contrast
Aa
#f1face on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1face on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green98.0%
Blue80.8%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#f1face text on a black background
contrast 19.31:1
Card sample
#f1face text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1face;
Background color
Panel with #f1face background
background-color: #f1face;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1face;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1face; background: linear-gradient(135deg, #f1face, #D4FACE);