#ffd882
a light, electric yellow · warm · closest name: khaki
RGB
255, 216, 130
HSL
41°, 100%, 76%
CMYK
0, 15, 49, 0
Luminance
0.7198
Every format
| HEX | #ffd882 |
| RGB | rgb(255, 216, 130) |
| HSL | hsl(41, 100%, 76%) |
| CMYK | cmyk(0%, 15%, 49%, 0%) |
| LAB | lab(88.0 3.0 47.2) |
| LCH | lch(88.0 47.3 86.3) |
| OKLCH | oklch(0.897 0.114 85.8) |
Copy-ready code
/* CSS */
color: #ffd882;
background-color: #ffd882;
/* Tailwind (arbitrary) */
class="text-[#ffd882] bg-[#ffd882]"
/* SCSS */
$brand: #ffd882;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.510)
/* Android */
Color.parseColor("#ffd882")Accessibility — WCAG contrast
Aa
#ffd882 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd882 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow49.0%
Key (black)0.0%
Color previews
#ffd882 text on a black background
contrast 15.40:1
Card sample
#ffd882 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd882;
Background color
Panel with #ffd882 background
background-color: #ffd882;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd882;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd882; background: linear-gradient(135deg, #ffd882, #D3FF82);