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