#ffc64f
a light, electric yellow · warm · closest name: orange
RGB
255, 198, 79
HSL
41°, 100%, 66%
CMYK
0, 22, 69, 0
Luminance
0.6221
Every format
| HEX | #ffc64f |
| RGB | rgb(255, 198, 79) |
| HSL | hsl(41, 100%, 66%) |
| CMYK | cmyk(0%, 22%, 69%, 0%) |
| LAB | lab(83.0 8.8 65.0) |
| LCH | lch(83.0 65.6 82.3) |
| OKLCH | oklch(0.857 0.147 82.6) |
Copy-ready code
/* CSS */
color: #ffc64f;
background-color: #ffc64f;
/* Tailwind (arbitrary) */
class="text-[#ffc64f] bg-[#ffc64f]"
/* SCSS */
$brand: #ffc64f;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.310)
/* Android */
Color.parseColor("#ffc64f")Accessibility — WCAG contrast
Aa
#ffc64f on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc64f on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow69.0%
Key (black)0.0%
Color previews
#ffc64f text on a black background
contrast 13.44:1
Card sample
#ffc64f text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc64f;
Background color
Panel with #ffc64f background
background-color: #ffc64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc64f; background: linear-gradient(135deg, #ffc64f, #C3FF4F);