#ffd15f
a light, electric yellow · warm · closest name: khaki
RGB
255, 209, 95
HSL
43°, 100%, 69%
CMYK
0, 18, 63, 0
Luminance
0.6769
Every format
| HEX | #ffd15f |
| RGB | rgb(255, 209, 95) |
| HSL | hsl(43, 100%, 69%) |
| CMYK | cmyk(0%, 18%, 63%, 0%) |
| LAB | lab(85.8 4.0 61.1) |
| LCH | lch(85.8 61.3 86.3) |
| OKLCH | oklch(0.880 0.140 87.1) |
Copy-ready code
/* CSS */
color: #ffd15f;
background-color: #ffd15f;
/* Tailwind (arbitrary) */
class="text-[#ffd15f] bg-[#ffd15f]"
/* SCSS */
$brand: #ffd15f;
/* SwiftUI */
Color(red: 1.000, green: 0.820, blue: 0.373)
/* Android */
Color.parseColor("#ffd15f")Accessibility — WCAG contrast
Aa
#ffd15f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd15f on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow62.7%
Key (black)0.0%
Color previews
#ffd15f text on a black background
contrast 14.54:1
Card sample
#ffd15f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd15f;
Background color
Panel with #ffd15f background
background-color: #ffd15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 209, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 209, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd15f; background: linear-gradient(135deg, #ffd15f, #C2FF5F);