#f1d7c5
a pale, vivid orange · warm · closest name: beige
RGB
241, 215, 197
HSL
25°, 61%, 86%
CMYK
0, 11, 18, 6
Luminance
0.7133
Every format
| HEX | #f1d7c5 |
| RGB | rgb(241, 215, 197) |
| HSL | hsl(25, 61%, 86%) |
| CMYK | cmyk(0%, 11%, 18%, 6%) |
| LAB | lab(87.7 6.2 12.2) |
| LCH | lch(87.7 13.7 63.1) |
| OKLCH | oklch(0.896 0.038 56.9) |
Copy-ready code
/* CSS */
color: #f1d7c5;
background-color: #f1d7c5;
/* Tailwind (arbitrary) */
class="text-[#f1d7c5] bg-[#f1d7c5]"
/* SCSS */
$brand: #f1d7c5;
/* SwiftUI */
Color(red: 0.945, green: 0.843, blue: 0.773)
/* Android */
Color.parseColor("#f1d7c5")Accessibility — WCAG contrast
Aa
#f1d7c5 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d7c5 on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green84.3%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow18.3%
Key (black)5.5%
Color previews
#f1d7c5 text on a black background
contrast 15.27:1
Card sample
#f1d7c5 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d7c5;
Background color
Panel with #f1d7c5 background
background-color: #f1d7c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d7c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 215, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 215, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d7c5; background: linear-gradient(135deg, #f1d7c5, #EEF1C5);