#f1dfbc
a light, vivid orange · warm · closest name: beige
RGB
241, 223, 188
HSL
40°, 65%, 84%
CMYK
0, 8, 22, 6
Luminance
0.7511
Every format
| HEX | #f1dfbc |
| RGB | rgb(241, 223, 188) |
| HSL | hsl(40, 65%, 84%) |
| CMYK | cmyk(0%, 8%, 22%, 6%) |
| LAB | lab(89.4 0.8 19.4) |
| LCH | lch(89.4 19.4 87.8) |
| OKLCH | oklch(0.909 0.050 84.0) |
Copy-ready code
/* CSS */
color: #f1dfbc;
background-color: #f1dfbc;
/* Tailwind (arbitrary) */
class="text-[#f1dfbc] bg-[#f1dfbc]"
/* SCSS */
$brand: #f1dfbc;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#f1dfbc")Accessibility — WCAG contrast
Aa
#f1dfbc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dfbc on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow22.0%
Key (black)5.5%
Color previews
#f1dfbc text on a black background
contrast 16.02:1
Card sample
#f1dfbc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dfbc;
Background color
Panel with #f1dfbc background
background-color: #f1dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dfbc; background: linear-gradient(135deg, #f1dfbc, #E0F1BC);