#f4d092
a light, electric orange · warm · closest name: tan
RGB
244, 208, 146
HSL
38°, 82%, 77%
CMYK
0, 15, 40, 4
Luminance
0.6642
Every format
| HEX | #f4d092 |
| RGB | rgb(244, 208, 146) |
| HSL | hsl(38, 82%, 77%) |
| CMYK | cmyk(0%, 15%, 40%, 4%) |
| LAB | lab(85.2 4.4 35.5) |
| LCH | lch(85.2 35.7 83.0) |
| OKLCH | oklch(0.874 0.089 80.7) |
Copy-ready code
/* CSS */
color: #f4d092;
background-color: #f4d092;
/* Tailwind (arbitrary) */
class="text-[#f4d092] bg-[#f4d092]"
/* SCSS */
$brand: #f4d092;
/* SwiftUI */
Color(red: 0.957, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#f4d092")Accessibility — WCAG contrast
Aa
#f4d092 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d092 on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green81.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow40.2%
Key (black)4.3%
Color previews
#f4d092 text on a black background
contrast 14.28:1
Card sample
#f4d092 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d092;
Background color
Panel with #f4d092 background
background-color: #f4d092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d092; background: linear-gradient(135deg, #f4d092, #D7F492);