#ffd676
a light, electric yellow · warm · closest name: khaki
RGB
255, 214, 118
HSL
42°, 100%, 73%
CMYK
0, 16, 54, 0
Luminance
0.7066
Every format
| HEX | #ffd676 |
| RGB | rgb(255, 214, 118) |
| HSL | hsl(42, 100%, 73%) |
| CMYK | cmyk(0%, 16%, 54%, 0%) |
| LAB | lab(87.3 3.1 52.2) |
| LCH | lch(87.3 52.3 86.6) |
| OKLCH | oklch(0.892 0.124 86.7) |
Copy-ready code
/* CSS */
color: #ffd676;
background-color: #ffd676;
/* Tailwind (arbitrary) */
class="text-[#ffd676] bg-[#ffd676]"
/* SCSS */
$brand: #ffd676;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.463)
/* Android */
Color.parseColor("#ffd676")Accessibility — WCAG contrast
Aa
#ffd676 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd676 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow53.7%
Key (black)0.0%
Color previews
#ffd676 text on a black background
contrast 15.13:1
Card sample
#ffd676 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd676;
Background color
Panel with #ffd676 background
background-color: #ffd676;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd676;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd676; background: linear-gradient(135deg, #ffd676, #CDFF76);