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