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