#ebdf75
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 117
HSL
54°, 75%, 69%
CMYK
0, 5, 50, 8
Luminance
0.7172
Every format
| HEX | #ebdf75 |
| RGB | rgb(235, 223, 117) |
| HSL | hsl(54, 75%, 69%) |
| CMYK | cmyk(0%, 5%, 50%, 8%) |
| LAB | lab(87.8 -9.6 52.9) |
| LCH | lch(87.8 53.8 100.3) |
| OKLCH | oklch(0.892 0.128 102.8) |
Copy-ready code
/* CSS */
color: #ebdf75;
background-color: #ebdf75;
/* Tailwind (arbitrary) */
class="text-[#ebdf75] bg-[#ebdf75]"
/* SCSS */
$brand: #ebdf75;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.459)
/* Android */
Color.parseColor("#ebdf75")Accessibility — WCAG contrast
Aa
#ebdf75 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf75 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow50.2%
Key (black)7.8%
Color previews
#ebdf75 text on a black background
contrast 15.34:1
Card sample
#ebdf75 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf75;
Background color
Panel with #ebdf75 background
background-color: #ebdf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf75; background: linear-gradient(135deg, #ebdf75, #A8EB75);