#ffd288
a light, electric orange · warm · closest name: khaki
RGB
255, 210, 136
HSL
37°, 100%, 77%
CMYK
0, 18, 47, 0
Luminance
0.6913
Every format
| HEX | #ffd288 |
| RGB | rgb(255, 210, 136) |
| HSL | hsl(37, 100%, 77%) |
| CMYK | cmyk(0%, 18%, 47%, 0%) |
| LAB | lab(86.6 6.7 42.5) |
| LCH | lch(86.6 43.0 81.1) |
| OKLCH | oklch(0.887 0.105 79.2) |
Copy-ready code
/* CSS */
color: #ffd288;
background-color: #ffd288;
/* Tailwind (arbitrary) */
class="text-[#ffd288] bg-[#ffd288]"
/* SCSS */
$brand: #ffd288;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 0.533)
/* Android */
Color.parseColor("#ffd288")Accessibility — WCAG contrast
Aa
#ffd288 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd288 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow46.7%
Key (black)0.0%
Color previews
#ffd288 text on a black background
contrast 14.83:1
Card sample
#ffd288 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd288;
Background color
Panel with #ffd288 background
background-color: #ffd288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd288; background: linear-gradient(135deg, #ffd288, #DDFF88);