#ffcb44
a balanced, electric yellow · warm · closest name: gold
RGB
255, 203, 68
HSL
43°, 100%, 63%
CMYK
0, 20, 73, 0
Luminance
0.6439
Every format
| HEX | #ffcb44 |
| RGB | rgb(255, 203, 68) |
| HSL | hsl(43, 100%, 63%) |
| CMYK | cmyk(0%, 20%, 73%, 0%) |
| LAB | lab(84.2 5.7 70.5) |
| LCH | lch(84.2 70.7 85.4) |
| OKLCH | oklch(0.866 0.156 86.8) |
Copy-ready code
/* CSS */
color: #ffcb44;
background-color: #ffcb44;
/* Tailwind (arbitrary) */
class="text-[#ffcb44] bg-[#ffcb44]"
/* SCSS */
$brand: #ffcb44;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.267)
/* Android */
Color.parseColor("#ffcb44")Accessibility — WCAG contrast
Aa
#ffcb44 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb44 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow73.3%
Key (black)0.0%
Color previews
#ffcb44 text on a black background
contrast 13.88:1
Card sample
#ffcb44 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb44;
Background color
Panel with #ffcb44 background
background-color: #ffcb44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb44; background: linear-gradient(135deg, #ffcb44, #B6FF44);