#ffd466
a light, electric yellow · warm · closest name: khaki
RGB
255, 212, 102
HSL
43°, 100%, 70%
CMYK
0, 17, 60, 0
Luminance
0.6931
Every format
| HEX | #ffd466 |
| RGB | rgb(255, 212, 102) |
| HSL | hsl(43, 100%, 70%) |
| CMYK | cmyk(0%, 17%, 60%, 0%) |
| LAB | lab(86.7 2.9 58.9) |
| LCH | lch(86.7 59.0 87.2) |
| OKLCH | oklch(0.886 0.136 88.0) |
Copy-ready code
/* CSS */
color: #ffd466;
background-color: #ffd466;
/* Tailwind (arbitrary) */
class="text-[#ffd466] bg-[#ffd466]"
/* SCSS */
$brand: #ffd466;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.400)
/* Android */
Color.parseColor("#ffd466")Accessibility — WCAG contrast
Aa
#ffd466 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd466 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow60.0%
Key (black)0.0%
Color previews
#ffd466 text on a black background
contrast 14.86:1
Card sample
#ffd466 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd466;
Background color
Panel with #ffd466 background
background-color: #ffd466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd466; background: linear-gradient(135deg, #ffd466, #C4FF66);