#ffc559
a light, electric orange · warm · closest name: orange
RGB
255, 197, 89
HSL
39°, 100%, 68%
CMYK
0, 23, 65, 0
Luminance
0.6191
Every format
| HEX | #ffc559 |
| RGB | rgb(255, 197, 89) |
| HSL | hsl(39, 100%, 68%) |
| CMYK | cmyk(0%, 23%, 65%, 0%) |
| LAB | lab(82.9 9.8 60.5) |
| LCH | lch(82.9 61.3 80.8) |
| OKLCH | oklch(0.856 0.140 80.4) |
Copy-ready code
/* CSS */
color: #ffc559;
background-color: #ffc559;
/* Tailwind (arbitrary) */
class="text-[#ffc559] bg-[#ffc559]"
/* SCSS */
$brand: #ffc559;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.349)
/* Android */
Color.parseColor("#ffc559")Accessibility — WCAG contrast
Aa
#ffc559 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc559 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow65.1%
Key (black)0.0%
Color previews
#ffc559 text on a black background
contrast 13.38:1
Card sample
#ffc559 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc559;
Background color
Panel with #ffc559 background
background-color: #ffc559;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc559;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc559; background: linear-gradient(135deg, #ffc559, #CBFF59);