#ffc458
a light, electric orange · warm · closest name: orange
RGB
255, 196, 88
HSL
39°, 100%, 67%
CMYK
0, 23, 66, 0
Luminance
0.6144
Every format
| HEX | #ffc458 |
| RGB | rgb(255, 196, 88) |
| HSL | hsl(39, 100%, 67%) |
| CMYK | cmyk(0%, 23%, 66%, 0%) |
| LAB | lab(82.6 10.3 60.7) |
| LCH | lch(82.6 61.6 80.4) |
| OKLCH | oklch(0.854 0.140 79.9) |
Copy-ready code
/* CSS */
color: #ffc458;
background-color: #ffc458;
/* Tailwind (arbitrary) */
class="text-[#ffc458] bg-[#ffc458]"
/* SCSS */
$brand: #ffc458;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.345)
/* Android */
Color.parseColor("#ffc458")Accessibility — WCAG contrast
Aa
#ffc458 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc458 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow65.5%
Key (black)0.0%
Color previews
#ffc458 text on a black background
contrast 13.29:1
Card sample
#ffc458 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc458;
Background color
Panel with #ffc458 background
background-color: #ffc458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc458; background: linear-gradient(135deg, #ffc458, #CBFF58);