#ffeb97
a light, electric yellow · cool · closest name: khaki
RGB
255, 235, 151
HSL
49°, 100%, 80%
CMYK
0, 8, 41, 0
Luminance
0.8291
Every format
| HEX | #ffeb97 |
| RGB | rgb(255, 235, 151) |
| HSL | hsl(49, 100%, 80%) |
| CMYK | cmyk(0%, 8%, 41%, 0%) |
| LAB | lab(93.0 -4.6 43.2) |
| LCH | lch(93.0 43.4 96.0) |
| OKLCH | oklch(0.938 0.106 96.4) |
Copy-ready code
/* CSS */
color: #ffeb97;
background-color: #ffeb97;
/* Tailwind (arbitrary) */
class="text-[#ffeb97] bg-[#ffeb97]"
/* SCSS */
$brand: #ffeb97;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#ffeb97")Accessibility — WCAG contrast
Aa
#ffeb97 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeb97 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow40.8%
Key (black)0.0%
Color previews
#ffeb97 text on a black background
contrast 17.58:1
Card sample
#ffeb97 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeb97;
Background color
Panel with #ffeb97 background
background-color: #ffeb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeb97; background: linear-gradient(135deg, #ffeb97, #CEFF97);