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