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