#ffd88b
a light, electric orange · warm · closest name: khaki
RGB
255, 216, 139
HSL
40°, 100%, 77%
CMYK
0, 15, 46, 0
Luminance
0.7224
Every format
| HEX | #ffd88b |
| RGB | rgb(255, 216, 139) |
| HSL | hsl(40, 100%, 77%) |
| CMYK | cmyk(0%, 15%, 46%, 0%) |
| LAB | lab(88.1 3.9 42.9) |
| LCH | lch(88.1 43.1 84.8) |
| OKLCH | oklch(0.899 0.105 83.6) |
Copy-ready code
/* CSS */
color: #ffd88b;
background-color: #ffd88b;
/* Tailwind (arbitrary) */
class="text-[#ffd88b] bg-[#ffd88b]"
/* SCSS */
$brand: #ffd88b;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.545)
/* Android */
Color.parseColor("#ffd88b")Accessibility — WCAG contrast
Aa
#ffd88b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd88b on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow45.5%
Key (black)0.0%
Color previews
#ffd88b text on a black background
contrast 15.45:1
Card sample
#ffd88b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd88b;
Background color
Panel with #ffd88b background
background-color: #ffd88b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd88b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd88b; background: linear-gradient(135deg, #ffd88b, #D9FF8B);