#ffc545
a balanced, electric yellow · warm · closest name: orange
RGB
255, 197, 69
HSL
41°, 100%, 64%
CMYK
0, 23, 73, 0
Luminance
0.6162
Every format
| HEX | #ffc545 |
| RGB | rgb(255, 197, 69) |
| HSL | hsl(41, 100%, 64%) |
| CMYK | cmyk(0%, 23%, 73%, 0%) |
| LAB | lab(82.7 8.8 68.7) |
| LCH | lch(82.7 69.2 82.7) |
| OKLCH | oklch(0.854 0.153 83.3) |
Copy-ready code
/* CSS */
color: #ffc545;
background-color: #ffc545;
/* Tailwind (arbitrary) */
class="text-[#ffc545] bg-[#ffc545]"
/* SCSS */
$brand: #ffc545;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.271)
/* Android */
Color.parseColor("#ffc545")Accessibility — WCAG contrast
Aa
#ffc545 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc545 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow72.9%
Key (black)0.0%
Color previews
#ffc545 text on a black background
contrast 13.32:1
Card sample
#ffc545 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc545;
Background color
Panel with #ffc545 background
background-color: #ffc545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc545; background: linear-gradient(135deg, #ffc545, #BDFF45);