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