#ffda9b
a light, electric orange · warm · closest name: khaki
RGB
255, 218, 155
HSL
38°, 100%, 80%
CMYK
0, 15, 39, 0
Luminance
0.7377
Every format
| HEX | #ffda9b |
| RGB | rgb(255, 218, 155) |
| HSL | hsl(38, 100%, 80%) |
| CMYK | cmyk(0%, 15%, 39%, 0%) |
| LAB | lab(88.8 4.5 35.8) |
| LCH | lch(88.8 36.1 82.8) |
| OKLCH | oklch(0.905 0.090 80.5) |
Copy-ready code
/* CSS */
color: #ffda9b;
background-color: #ffda9b;
/* Tailwind (arbitrary) */
class="text-[#ffda9b] bg-[#ffda9b]"
/* SCSS */
$brand: #ffda9b;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.608)
/* Android */
Color.parseColor("#ffda9b")Accessibility — WCAG contrast
Aa
#ffda9b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda9b on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow39.2%
Key (black)0.0%
Color previews
#ffda9b text on a black background
contrast 15.75:1
Card sample
#ffda9b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda9b;
Background color
Panel with #ffda9b background
background-color: #ffda9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda9b; background: linear-gradient(135deg, #ffda9b, #E1FF9B);