#ffeb85
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 133
HSL
50°, 100%, 76%
CMYK
0, 8, 48, 0
Luminance
0.8237
Every format
| HEX | #ffeb85 |
| RGB | rgb(255, 235, 133) |
| HSL | hsl(50, 100%, 76%) |
| CMYK | cmyk(0%, 8%, 48%, 0%) |
| LAB | lab(92.7 -6.3 51.6) |
| LCH | lch(92.7 52.0 96.9) |
| OKLCH | oklch(0.935 0.125 98.5) |
Copy-ready code
/* CSS */
color: #ffeb85;
background-color: #ffeb85;
/* Tailwind (arbitrary) */
class="text-[#ffeb85] bg-[#ffeb85]"
/* SCSS */
$brand: #ffeb85;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.522)
/* Android */
Color.parseColor("#ffeb85")Accessibility — WCAG contrast
Aa
#ffeb85 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb85 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow47.8%
Key (black)0.0%
Color previews
#ffeb85 text on a black background
contrast 17.47:1
Card sample
#ffeb85 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb85;
Background color
Panel with #ffeb85 background
background-color: #ffeb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb85; background: linear-gradient(135deg, #ffeb85, #C2FF85);