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