#ffda6f
a light, electric yellow · warm · closest name: khaki
RGB
255, 218, 111
HSL
45°, 100%, 72%
CMYK
0, 15, 57, 0
Luminance
0.7255
Every format
| HEX | #ffda6f |
| RGB | rgb(255, 218, 111) |
| HSL | hsl(45, 100%, 72%) |
| CMYK | cmyk(0%, 15%, 57%, 0%) |
| LAB | lab(88.2 0.5 56.6) |
| LCH | lch(88.2 56.6 89.5) |
| OKLCH | oklch(0.899 0.132 90.5) |
Copy-ready code
/* CSS */
color: #ffda6f;
background-color: #ffda6f;
/* Tailwind (arbitrary) */
class="text-[#ffda6f] bg-[#ffda6f]"
/* SCSS */
$brand: #ffda6f;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.435)
/* Android */
Color.parseColor("#ffda6f")Accessibility — WCAG contrast
Aa
#ffda6f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda6f on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow56.5%
Key (black)0.0%
Color previews
#ffda6f text on a black background
contrast 15.51:1
Card sample
#ffda6f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda6f;
Background color
Panel with #ffda6f background
background-color: #ffda6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda6f; background: linear-gradient(135deg, #ffda6f, #C4FF6F);