#ffd89c
a light, electric orange · warm · closest name: tan
RGB
255, 216, 156
HSL
36°, 100%, 81%
CMYK
0, 15, 39, 0
Luminance
0.7277
Every format
| HEX | #ffd89c |
| RGB | rgb(255, 216, 156) |
| HSL | hsl(36, 100%, 81%) |
| CMYK | cmyk(0%, 15%, 39%, 0%) |
| LAB | lab(88.3 5.6 34.6) |
| LCH | lch(88.3 35.1 80.8) |
| OKLCH | oklch(0.902 0.088 78.0) |
Copy-ready code
/* CSS */
color: #ffd89c;
background-color: #ffd89c;
/* Tailwind (arbitrary) */
class="text-[#ffd89c] bg-[#ffd89c]"
/* SCSS */
$brand: #ffd89c;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.612)
/* Android */
Color.parseColor("#ffd89c")Accessibility — WCAG contrast
Aa
#ffd89c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd89c on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow38.8%
Key (black)0.0%
Color previews
#ffd89c text on a black background
contrast 15.55:1
Card sample
#ffd89c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd89c;
Background color
Panel with #ffd89c background
background-color: #ffd89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd89c; background: linear-gradient(135deg, #ffd89c, #E4FF9C);