#ffeb73
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 115
HSL
51°, 100%, 73%
CMYK
0, 8, 55, 0
Luminance
0.8191
Every format
| HEX | #ffeb73 |
| RGB | rgb(255, 235, 115) |
| HSL | hsl(51, 100%, 73%) |
| CMYK | cmyk(0%, 8%, 55%, 0%) |
| LAB | lab(92.5 -7.8 59.8) |
| LCH | lch(92.5 60.3 97.4) |
| OKLCH | oklch(0.933 0.142 100.0) |
Copy-ready code
/* CSS */
color: #ffeb73;
background-color: #ffeb73;
/* Tailwind (arbitrary) */
class="text-[#ffeb73] bg-[#ffeb73]"
/* SCSS */
$brand: #ffeb73;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.451)
/* Android */
Color.parseColor("#ffeb73")Accessibility — WCAG contrast
Aa
#ffeb73 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb73 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow54.9%
Key (black)0.0%
Color previews
#ffeb73 text on a black background
contrast 17.38:1
Card sample
#ffeb73 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb73;
Background color
Panel with #ffeb73 background
background-color: #ffeb73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb73; background: linear-gradient(135deg, #ffeb73, #B6FF73);