#ffd863
a light, electric yellow · cool · closest name: khaki
RGB
255, 216, 99
HSL
45°, 100%, 69%
CMYK
0, 15, 61, 0
Luminance
0.7127
Every format
| HEX | #ffd863 |
| RGB | rgb(255, 216, 99) |
| HSL | hsl(45, 100%, 69%) |
| CMYK | cmyk(0%, 15%, 61%, 0%) |
| LAB | lab(87.6 0.7 61.3) |
| LCH | lch(87.6 61.3 89.4) |
| OKLCH | oklch(0.894 0.141 90.8) |
Copy-ready code
/* CSS */
color: #ffd863;
background-color: #ffd863;
/* Tailwind (arbitrary) */
class="text-[#ffd863] bg-[#ffd863]"
/* SCSS */
$brand: #ffd863;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.388)
/* Android */
Color.parseColor("#ffd863")Accessibility — WCAG contrast
Aa
#ffd863 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd863 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow61.2%
Key (black)0.0%
Color previews
#ffd863 text on a black background
contrast 15.25:1
Card sample
#ffd863 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd863;
Background color
Panel with #ffd863 background
background-color: #ffd863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd863; background: linear-gradient(135deg, #ffd863, #BEFF63);