#ffce2e
a balanced, electric yellow · cool · closest name: gold
RGB
255, 206, 46
HSL
46°, 100%, 59%
CMYK
0, 19, 82, 0
Luminance
0.6560
Every format
| HEX | #ffce2e |
| RGB | rgb(255, 206, 46) |
| HSL | hsl(46, 100%, 59%) |
| CMYK | cmyk(0%, 19%, 82%, 0%) |
| LAB | lab(84.8 3.4 78.2) |
| LCH | lch(84.8 78.3 87.5) |
| OKLCH | oklch(0.870 0.168 90.0) |
Copy-ready code
/* CSS */
color: #ffce2e;
background-color: #ffce2e;
/* Tailwind (arbitrary) */
class="text-[#ffce2e] bg-[#ffce2e]"
/* SCSS */
$brand: #ffce2e;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.180)
/* Android */
Color.parseColor("#ffce2e")Accessibility — WCAG contrast
Aa
#ffce2e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce2e on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow82.0%
Key (black)0.0%
Color previews
#ffce2e text on a black background
contrast 14.12:1
Card sample
#ffce2e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce2e;
Background color
Panel with #ffce2e background
background-color: #ffce2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce2e; background: linear-gradient(135deg, #ffce2e, #A5FF2E);