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