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