#ffd44f
a light, electric yellow · cool · closest name: gold
RGB
255, 212, 79
HSL
45°, 100%, 66%
CMYK
0, 17, 69, 0
Luminance
0.6891
Every format
| HEX | #ffd44f |
| RGB | rgb(255, 212, 79) |
| HSL | hsl(45, 100%, 66%) |
| CMYK | cmyk(0%, 17%, 69%, 0%) |
| LAB | lab(86.5 1.6 68.5) |
| LCH | lch(86.5 68.5 88.7) |
| OKLCH | oklch(0.884 0.153 90.7) |
Copy-ready code
/* CSS */
color: #ffd44f;
background-color: #ffd44f;
/* Tailwind (arbitrary) */
class="text-[#ffd44f] bg-[#ffd44f]"
/* SCSS */
$brand: #ffd44f;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#ffd44f")Accessibility — WCAG contrast
Aa
#ffd44f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd44f on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow69.0%
Key (black)0.0%
Color previews
#ffd44f text on a black background
contrast 14.78:1
Card sample
#ffd44f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd44f;
Background color
Panel with #ffd44f background
background-color: #ffd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd44f; background: linear-gradient(135deg, #ffd44f, #B5FF4F);