#f1dfbe
a light, vivid orange · warm · closest name: beige
RGB
241, 223, 190
HSL
39°, 65%, 85%
CMYK
0, 8, 21, 6
Luminance
0.7519
Every format
| HEX | #f1dfbe |
| RGB | rgb(241, 223, 190) |
| HSL | hsl(39, 65%, 85%) |
| CMYK | cmyk(0%, 8%, 21%, 6%) |
| LAB | lab(89.5 1.0 18.4) |
| LCH | lch(89.5 18.4 86.8) |
| OKLCH | oklch(0.910 0.048 82.7) |
Copy-ready code
/* CSS */
color: #f1dfbe;
background-color: #f1dfbe;
/* Tailwind (arbitrary) */
class="text-[#f1dfbe] bg-[#f1dfbe]"
/* SCSS */
$brand: #f1dfbe;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#f1dfbe")Accessibility — WCAG contrast
Aa
#f1dfbe on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dfbe on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow21.2%
Key (black)5.5%
Color previews
#f1dfbe text on a black background
contrast 16.04:1
Card sample
#f1dfbe text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dfbe;
Background color
Panel with #f1dfbe background
background-color: #f1dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dfbe; background: linear-gradient(135deg, #f1dfbe, #E1F1BE);