#ffd770
a light, electric yellow · warm · closest name: khaki
RGB
255, 215, 112
HSL
43°, 100%, 72%
CMYK
0, 16, 56, 0
Luminance
0.7103
Every format
| HEX | #ffd770 |
| RGB | rgb(255, 215, 112) |
| HSL | hsl(43, 100%, 72%) |
| CMYK | cmyk(0%, 16%, 56%, 0%) |
| LAB | lab(87.5 2.1 55.3) |
| LCH | lch(87.5 55.3 87.8) |
| OKLCH | oklch(0.893 0.130 88.4) |
Copy-ready code
/* CSS */
color: #ffd770;
background-color: #ffd770;
/* Tailwind (arbitrary) */
class="text-[#ffd770] bg-[#ffd770]"
/* SCSS */
$brand: #ffd770;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.439)
/* Android */
Color.parseColor("#ffd770")Accessibility — WCAG contrast
Aa
#ffd770 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd770 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow56.1%
Key (black)0.0%
Color previews
#ffd770 text on a black background
contrast 15.21:1
Card sample
#ffd770 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd770;
Background color
Panel with #ffd770 background
background-color: #ffd770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd770; background: linear-gradient(135deg, #ffd770, #C8FF70);