#ffd663
a light, electric yellow · warm · closest name: khaki
RGB
255, 214, 99
HSL
44°, 100%, 69%
CMYK
0, 16, 61, 0
Luminance
0.7025
Every format
| HEX | #ffd663 |
| RGB | rgb(255, 214, 99) |
| HSL | hsl(44, 100%, 69%) |
| CMYK | cmyk(0%, 16%, 61%, 0%) |
| LAB | lab(87.1 1.7 60.8) |
| LCH | lch(87.1 60.8 88.4) |
| OKLCH | oklch(0.890 0.140 89.6) |
Copy-ready code
/* CSS */
color: #ffd663;
background-color: #ffd663;
/* Tailwind (arbitrary) */
class="text-[#ffd663] bg-[#ffd663]"
/* SCSS */
$brand: #ffd663;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.388)
/* Android */
Color.parseColor("#ffd663")Accessibility — WCAG contrast
Aa
#ffd663 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd663 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow61.2%
Key (black)0.0%
Color previews
#ffd663 text on a black background
contrast 15.05:1
Card sample
#ffd663 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd663;
Background color
Panel with #ffd663 background
background-color: #ffd663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd663; background: linear-gradient(135deg, #ffd663, #C0FF63);