#ffc592
a light, electric orange · warm · closest name: tan
RGB
255, 197, 146
HSL
28°, 100%, 79%
CMYK
0, 23, 43, 0
Luminance
0.6327
Every format
| HEX | #ffc592 |
| RGB | rgb(255, 197, 146) |
| HSL | hsl(28, 100%, 79%) |
| CMYK | cmyk(0%, 23%, 43%, 0%) |
| LAB | lab(83.6 14.4 33.5) |
| LCH | lch(83.6 36.5 66.8) |
| OKLCH | oklch(0.864 0.094 62.4) |
Copy-ready code
/* CSS */
color: #ffc592;
background-color: #ffc592;
/* Tailwind (arbitrary) */
class="text-[#ffc592] bg-[#ffc592]"
/* SCSS */
$brand: #ffc592;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.573)
/* Android */
Color.parseColor("#ffc592")Accessibility — WCAG contrast
Aa
#ffc592 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc592 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow42.7%
Key (black)0.0%
Color previews
#ffc592 text on a black background
contrast 13.65:1
Card sample
#ffc592 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc592;
Background color
Panel with #ffc592 background
background-color: #ffc592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc592; background: linear-gradient(135deg, #ffc592, #F0FF92);