#ffe461
a light, electric yellow · cool · closest name: khaki
RGB
255, 228, 97
HSL
50°, 100%, 69%
CMYK
0, 11, 62, 0
Luminance
0.7761
Every format
| HEX | #ffe461 |
| RGB | rgb(255, 228, 97) |
| HSL | hsl(50, 100%, 69%) |
| CMYK | cmyk(0%, 11%, 62%, 0%) |
| LAB | lab(90.6 -5.5 65.5) |
| LCH | lch(90.6 65.7 94.8) |
| OKLCH | oklch(0.917 0.151 97.7) |
Copy-ready code
/* CSS */
color: #ffe461;
background-color: #ffe461;
/* Tailwind (arbitrary) */
class="text-[#ffe461] bg-[#ffe461]"
/* SCSS */
$brand: #ffe461;
/* SwiftUI */
Color(red: 1.000, green: 0.894, blue: 0.380)
/* Android */
Color.parseColor("#ffe461")Accessibility — WCAG contrast
Aa
#ffe461 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe461 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.4%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow62.0%
Key (black)0.0%
Color previews
#ffe461 text on a black background
contrast 16.52:1
Card sample
#ffe461 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe461;
Background color
Panel with #ffe461 background
background-color: #ffe461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 228, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 228, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe461; background: linear-gradient(135deg, #ffe461, #B1FF61);