#ffda6b
a light, electric yellow · cool · closest name: khaki
RGB
255, 218, 107
HSL
45°, 100%, 71%
CMYK
0, 15, 58, 0
Luminance
0.7246
Every format
| HEX | #ffda6b |
| RGB | rgb(255, 218, 107) |
| HSL | hsl(45, 100%, 71%) |
| CMYK | cmyk(0%, 15%, 58%, 0%) |
| LAB | lab(88.2 0.2 58.4) |
| LCH | lch(88.2 58.4 89.8) |
| OKLCH | oklch(0.898 0.136 91.0) |
Copy-ready code
/* CSS */
color: #ffda6b;
background-color: #ffda6b;
/* Tailwind (arbitrary) */
class="text-[#ffda6b] bg-[#ffda6b]"
/* SCSS */
$brand: #ffda6b;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.420)
/* Android */
Color.parseColor("#ffda6b")Accessibility — WCAG contrast
Aa
#ffda6b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda6b on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow58.0%
Key (black)0.0%
Color previews
#ffda6b text on a black background
contrast 15.49:1
Card sample
#ffda6b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda6b;
Background color
Panel with #ffda6b background
background-color: #ffda6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda6b; background: linear-gradient(135deg, #ffda6b, #C1FF6B);