#ffc44f
a light, electric orange · warm · closest name: orange
RGB
255, 196, 79
HSL
40°, 100%, 66%
CMYK
0, 23, 69, 0
Luminance
0.6130
Every format
| HEX | #ffc44f |
| RGB | rgb(255, 196, 79) |
| HSL | hsl(40, 100%, 66%) |
| CMYK | cmyk(0%, 23%, 69%, 0%) |
| LAB | lab(82.5 9.8 64.5) |
| LCH | lch(82.5 65.2 81.4) |
| OKLCH | oklch(0.853 0.146 81.4) |
Copy-ready code
/* CSS */
color: #ffc44f;
background-color: #ffc44f;
/* Tailwind (arbitrary) */
class="text-[#ffc44f] bg-[#ffc44f]"
/* SCSS */
$brand: #ffc44f;
/* SwiftUI */
Color(red: 1.000, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#ffc44f")Accessibility — WCAG contrast
Aa
#ffc44f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc44f on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow69.0%
Key (black)0.0%
Color previews
#ffc44f text on a black background
contrast 13.26:1
Card sample
#ffc44f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc44f;
Background color
Panel with #ffc44f background
background-color: #ffc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc44f; background: linear-gradient(135deg, #ffc44f, #C5FF4F);