#ffc094
a light, electric orange · warm · closest name: tan
RGB
255, 192, 148
HSL
25°, 100%, 79%
CMYK
0, 25, 42, 0
Luminance
0.6110
Every format
| HEX | #ffc094 |
| RGB | rgb(255, 192, 148) |
| HSL | hsl(25, 100%, 79%) |
| CMYK | cmyk(0%, 25%, 42%, 0%) |
| LAB | lab(82.4 17.2 31.0) |
| LCH | lch(82.4 35.4 60.9) |
| OKLCH | oklch(0.855 0.093 56.0) |
Copy-ready code
/* CSS */
color: #ffc094;
background-color: #ffc094;
/* Tailwind (arbitrary) */
class="text-[#ffc094] bg-[#ffc094]"
/* SCSS */
$brand: #ffc094;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.580)
/* Android */
Color.parseColor("#ffc094")Accessibility — WCAG contrast
Aa
#ffc094 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc094 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow42.0%
Key (black)0.0%
Color previews
#ffc094 text on a black background
contrast 13.22:1
Card sample
#ffc094 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc094;
Background color
Panel with #ffc094 background
background-color: #ffc094;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc094;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc094; background: linear-gradient(135deg, #ffc094, #F7FF94);