#ffd092
a light, electric orange · warm · closest name: tan
RGB
255, 208, 146
HSL
34°, 100%, 79%
CMYK
0, 18, 43, 0
Luminance
0.6845
Every format
| HEX | #ffd092 |
| RGB | rgb(255, 208, 146) |
| HSL | hsl(34, 100%, 79%) |
| CMYK | cmyk(0%, 18%, 43%, 0%) |
| LAB | lab(86.2 8.7 37.0) |
| LCH | lch(86.2 38.0 76.8) |
| OKLCH | oklch(0.885 0.095 73.8) |
Copy-ready code
/* CSS */
color: #ffd092;
background-color: #ffd092;
/* Tailwind (arbitrary) */
class="text-[#ffd092] bg-[#ffd092]"
/* SCSS */
$brand: #ffd092;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.573)
/* Android */
Color.parseColor("#ffd092")Accessibility — WCAG contrast
Aa
#ffd092 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd092 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow42.7%
Key (black)0.0%
Color previews
#ffd092 text on a black background
contrast 14.69:1
Card sample
#ffd092 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd092;
Background color
Panel with #ffd092 background
background-color: #ffd092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd092; background: linear-gradient(135deg, #ffd092, #E5FF92);