#f1b99d
a light, electric orange · warm · closest name: tan
RGB
241, 185, 157
HSL
20°, 75%, 78%
CMYK
0, 23, 35, 6
Luminance
0.5583
Every format
| HEX | #f1b99d |
| RGB | rgb(241, 185, 157) |
| HSL | hsl(20, 75%, 78%) |
| CMYK | cmyk(0%, 23%, 35%, 6%) |
| LAB | lab(79.5 16.5 22.0) |
| LCH | lch(79.5 27.5 53.2) |
| OKLCH | oklch(0.830 0.075 47.8) |
Copy-ready code
/* CSS */
color: #f1b99d;
background-color: #f1b99d;
/* Tailwind (arbitrary) */
class="text-[#f1b99d] bg-[#f1b99d]"
/* SCSS */
$brand: #f1b99d;
/* SwiftUI */
Color(red: 0.945, green: 0.725, blue: 0.616)
/* Android */
Color.parseColor("#f1b99d")Accessibility — WCAG contrast
Aa
#f1b99d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b99d on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green72.5%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow34.9%
Key (black)5.5%
Color previews
#f1b99d text on a black background
contrast 12.17:1
Card sample
#f1b99d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b99d;
Background color
Panel with #f1b99d background
background-color: #f1b99d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b99d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 185, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 185, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b99d; background: linear-gradient(135deg, #f1b99d, #F1F19D);