#ffe751
a light, electric yellow · cool · closest name: gold
RGB
255, 231, 81
HSL
52°, 100%, 66%
CMYK
0, 9, 68, 0
Luminance
0.7901
Every format
| HEX | #ffe751 |
| RGB | rgb(255, 231, 81) |
| HSL | hsl(52, 100%, 66%) |
| CMYK | cmyk(0%, 9%, 68%, 0%) |
| LAB | lab(91.2 -7.9 72.6) |
| LCH | lch(91.2 73.0 96.2) |
| OKLCH | oklch(0.922 0.165 100.0) |
Copy-ready code
/* CSS */
color: #ffe751;
background-color: #ffe751;
/* Tailwind (arbitrary) */
class="text-[#ffe751] bg-[#ffe751]"
/* SCSS */
$brand: #ffe751;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.318)
/* Android */
Color.parseColor("#ffe751")Accessibility — WCAG contrast
Aa
#ffe751 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe751 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow68.2%
Key (black)0.0%
Color previews
#ffe751 text on a black background
contrast 16.80:1
Card sample
#ffe751 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe751;
Background color
Panel with #ffe751 background
background-color: #ffe751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe751; background: linear-gradient(135deg, #ffe751, #A3FF51);