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