#ffd877
a light, electric yellow · warm · closest name: khaki
RGB
255, 216, 119
HSL
43°, 100%, 73%
CMYK
0, 15, 53, 0
Luminance
0.7170
Every format
| HEX | #ffd877 |
| RGB | rgb(255, 216, 119) |
| HSL | hsl(43, 100%, 73%) |
| CMYK | cmyk(0%, 15%, 53%, 0%) |
| LAB | lab(87.8 2.1 52.4) |
| LCH | lch(87.8 52.4 87.7) |
| OKLCH | oklch(0.896 0.124 87.9) |
Copy-ready code
/* CSS */
color: #ffd877;
background-color: #ffd877;
/* Tailwind (arbitrary) */
class="text-[#ffd877] bg-[#ffd877]"
/* SCSS */
$brand: #ffd877;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.467)
/* Android */
Color.parseColor("#ffd877")Accessibility — WCAG contrast
Aa
#ffd877 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd877 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow53.3%
Key (black)0.0%
Color previews
#ffd877 text on a black background
contrast 15.34:1
Card sample
#ffd877 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd877;
Background color
Panel with #ffd877 background
background-color: #ffd877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd877; background: linear-gradient(135deg, #ffd877, #CBFF77);