#ffeb6d
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 109
HSL
52°, 100%, 71%
CMYK
0, 8, 57, 0
Luminance
0.8178
Every format
| HEX | #ffeb6d |
| RGB | rgb(255, 235, 109) |
| HSL | hsl(52, 100%, 71%) |
| CMYK | cmyk(0%, 8%, 57%, 0%) |
| LAB | lab(92.5 -8.2 62.4) |
| LCH | lch(92.5 62.9 97.5) |
| OKLCH | oklch(0.932 0.147 100.4) |
Copy-ready code
/* CSS */
color: #ffeb6d;
background-color: #ffeb6d;
/* Tailwind (arbitrary) */
class="text-[#ffeb6d] bg-[#ffeb6d]"
/* SCSS */
$brand: #ffeb6d;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.427)
/* Android */
Color.parseColor("#ffeb6d")Accessibility — WCAG contrast
Aa
#ffeb6d on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb6d on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow57.3%
Key (black)0.0%
Color previews
#ffeb6d text on a black background
contrast 17.36:1
Card sample
#ffeb6d text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb6d;
Background color
Panel with #ffeb6d background
background-color: #ffeb6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb6d; background: linear-gradient(135deg, #ffeb6d, #B2FF6D);