#f1d092
a light, electric orange · warm · closest name: tan
RGB
241, 208, 146
HSL
39°, 77%, 76%
CMYK
0, 14, 39, 6
Luminance
0.6589
Every format
| HEX | #f1d092 |
| RGB | rgb(241, 208, 146) |
| HSL | hsl(39, 77%, 76%) |
| CMYK | cmyk(0%, 14%, 39%, 6%) |
| LAB | lab(84.9 3.2 35.1) |
| LCH | lch(84.9 35.2 84.8) |
| OKLCH | oklch(0.871 0.087 82.8) |
Copy-ready code
/* CSS */
color: #f1d092;
background-color: #f1d092;
/* Tailwind (arbitrary) */
class="text-[#f1d092] bg-[#f1d092]"
/* SCSS */
$brand: #f1d092;
/* SwiftUI */
Color(red: 0.945, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#f1d092")Accessibility — WCAG contrast
Aa
#f1d092 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d092 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green81.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow39.4%
Key (black)5.5%
Color previews
#f1d092 text on a black background
contrast 14.18:1
Card sample
#f1d092 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d092;
Background color
Panel with #f1d092 background
background-color: #f1d092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d092; background: linear-gradient(135deg, #f1d092, #D3F192);