#ffce44
a balanced, electric yellow · warm · closest name: gold
RGB
255, 206, 68
HSL
44°, 100%, 63%
CMYK
0, 19, 73, 0
Luminance
0.6582
Every format
| HEX | #ffce44 |
| RGB | rgb(255, 206, 68) |
| HSL | hsl(44, 100%, 63%) |
| CMYK | cmyk(0%, 19%, 73%, 0%) |
| LAB | lab(84.9 4.1 71.2) |
| LCH | lch(84.9 71.3 86.7) |
| OKLCH | oklch(0.872 0.157 88.4) |
Copy-ready code
/* CSS */
color: #ffce44;
background-color: #ffce44;
/* Tailwind (arbitrary) */
class="text-[#ffce44] bg-[#ffce44]"
/* SCSS */
$brand: #ffce44;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.267)
/* Android */
Color.parseColor("#ffce44")Accessibility — WCAG contrast
Aa
#ffce44 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce44 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow73.3%
Key (black)0.0%
Color previews
#ffce44 text on a black background
contrast 14.16:1
Card sample
#ffce44 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce44;
Background color
Panel with #ffce44 background
background-color: #ffce44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce44; background: linear-gradient(135deg, #ffce44, #B3FF44);