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