#ffe861
a light, electric yellow · cool · closest name: khaki
RGB
255, 232, 97
HSL
51°, 100%, 69%
CMYK
0, 9, 62, 0
Luminance
0.7984
Every format
| HEX | #ffe861 |
| RGB | rgb(255, 232, 97) |
| HSL | hsl(51, 100%, 69%) |
| CMYK | cmyk(0%, 9%, 62%, 0%) |
| LAB | lab(91.6 -7.5 66.6) |
| LCH | lch(91.6 67.0 96.4) |
| OKLCH | oklch(0.925 0.154 99.6) |
Copy-ready code
/* CSS */
color: #ffe861;
background-color: #ffe861;
/* Tailwind (arbitrary) */
class="text-[#ffe861] bg-[#ffe861]"
/* SCSS */
$brand: #ffe861;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.380)
/* Android */
Color.parseColor("#ffe861")Accessibility — WCAG contrast
Aa
#ffe861 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe861 on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow62.0%
Key (black)0.0%
Color previews
#ffe861 text on a black background
contrast 16.97:1
Card sample
#ffe861 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe861;
Background color
Panel with #ffe861 background
background-color: #ffe861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe861; background: linear-gradient(135deg, #ffe861, #ADFF61);