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