#ffce51
a light, electric yellow · warm · closest name: gold
RGB
255, 206, 81
HSL
43°, 100%, 66%
CMYK
0, 19, 68, 0
Luminance
0.6600
Every format
| HEX | #ffce51 |
| RGB | rgb(255, 206, 81) |
| HSL | hsl(43, 100%, 66%) |
| CMYK | cmyk(0%, 19%, 68%, 0%) |
| LAB | lab(85.0 4.7 66.2) |
| LCH | lch(85.0 66.4 85.9) |
| OKLCH | oklch(0.873 0.149 87.1) |
Copy-ready code
/* CSS */
color: #ffce51;
background-color: #ffce51;
/* Tailwind (arbitrary) */
class="text-[#ffce51] bg-[#ffce51]"
/* SCSS */
$brand: #ffce51;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.318)
/* Android */
Color.parseColor("#ffce51")Accessibility — WCAG contrast
Aa
#ffce51 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce51 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow68.2%
Key (black)0.0%
Color previews
#ffce51 text on a black background
contrast 14.20:1
Card sample
#ffce51 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce51;
Background color
Panel with #ffce51 background
background-color: #ffce51;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce51;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce51; background: linear-gradient(135deg, #ffce51, #BCFF51);