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