#ffda88
a light, electric yellow · warm · closest name: khaki
RGB
255, 218, 136
HSL
41°, 100%, 77%
CMYK
0, 15, 47, 0
Luminance
0.7318
Every format
| HEX | #ffda88 |
| RGB | rgb(255, 218, 136) |
| HSL | hsl(41, 100%, 77%) |
| CMYK | cmyk(0%, 15%, 47%, 0%) |
| LAB | lab(88.5 2.6 45.0) |
| LCH | lch(88.5 45.0 86.7) |
| OKLCH | oklch(0.902 0.109 86.0) |
Copy-ready code
/* CSS */
color: #ffda88;
background-color: #ffda88;
/* Tailwind (arbitrary) */
class="text-[#ffda88] bg-[#ffda88]"
/* SCSS */
$brand: #ffda88;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.533)
/* Android */
Color.parseColor("#ffda88")Accessibility — WCAG contrast
Aa
#ffda88 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda88 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow46.7%
Key (black)0.0%
Color previews
#ffda88 text on a black background
contrast 15.64:1
Card sample
#ffda88 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda88;
Background color
Panel with #ffda88 background
background-color: #ffda88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda88; background: linear-gradient(135deg, #ffda88, #D5FF88);