#ffda60
a light, electric yellow · cool · closest name: khaki
RGB
255, 218, 96
HSL
46°, 100%, 69%
CMYK
0, 15, 62, 0
Luminance
0.7225
Every format
| HEX | #ffda60 |
| RGB | rgb(255, 218, 96) |
| HSL | hsl(46, 100%, 69%) |
| CMYK | cmyk(0%, 15%, 62%, 0%) |
| LAB | lab(88.1 -0.5 63.2) |
| LCH | lch(88.1 63.2 90.5) |
| OKLCH | oklch(0.897 0.145 92.3) |
Copy-ready code
/* CSS */
color: #ffda60;
background-color: #ffda60;
/* Tailwind (arbitrary) */
class="text-[#ffda60] bg-[#ffda60]"
/* SCSS */
$brand: #ffda60;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.376)
/* Android */
Color.parseColor("#ffda60")Accessibility — WCAG contrast
Aa
#ffda60 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda60 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow62.4%
Key (black)0.0%
Color previews
#ffda60 text on a black background
contrast 15.45:1
Card sample
#ffda60 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda60;
Background color
Panel with #ffda60 background
background-color: #ffda60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda60; background: linear-gradient(135deg, #ffda60, #BAFF60);