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