#ffda70
a light, electric yellow · warm · closest name: khaki
RGB
255, 218, 112
HSL
45°, 100%, 72%
CMYK
0, 15, 56, 0
Luminance
0.7257
Every format
| HEX | #ffda70 |
| RGB | rgb(255, 218, 112) |
| HSL | hsl(45, 100%, 72%) |
| CMYK | cmyk(0%, 15%, 56%, 0%) |
| LAB | lab(88.3 0.6 56.1) |
| LCH | lch(88.3 56.1 89.4) |
| OKLCH | oklch(0.899 0.131 90.4) |
Copy-ready code
/* CSS */
color: #ffda70;
background-color: #ffda70;
/* Tailwind (arbitrary) */
class="text-[#ffda70] bg-[#ffda70]"
/* SCSS */
$brand: #ffda70;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.439)
/* Android */
Color.parseColor("#ffda70")Accessibility — WCAG contrast
Aa
#ffda70 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda70 on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow56.1%
Key (black)0.0%
Color previews
#ffda70 text on a black background
contrast 15.51:1
Card sample
#ffda70 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda70;
Background color
Panel with #ffda70 background
background-color: #ffda70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda70; background: linear-gradient(135deg, #ffda70, #C5FF70);