#ffc644
a balanced, electric yellow · warm · closest name: orange
RGB
255, 198, 68
HSL
42°, 100%, 63%
CMYK
0, 22, 73, 0
Luminance
0.6207
Every format
| HEX | #ffc644 |
| RGB | rgb(255, 198, 68) |
| HSL | hsl(42, 100%, 63%) |
| CMYK | cmyk(0%, 22%, 73%, 0%) |
| LAB | lab(83.0 8.2 69.3) |
| LCH | lch(83.0 69.8 83.2) |
| OKLCH | oklch(0.856 0.154 84.0) |
Copy-ready code
/* CSS */
color: #ffc644;
background-color: #ffc644;
/* Tailwind (arbitrary) */
class="text-[#ffc644] bg-[#ffc644]"
/* SCSS */
$brand: #ffc644;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.267)
/* Android */
Color.parseColor("#ffc644")Accessibility — WCAG contrast
Aa
#ffc644 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc644 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow73.3%
Key (black)0.0%
Color previews
#ffc644 text on a black background
contrast 13.41:1
Card sample
#ffc644 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc644;
Background color
Panel with #ffc644 background
background-color: #ffc644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc644; background: linear-gradient(135deg, #ffc644, #BBFF44);