#ffd689
a light, electric orange · warm · closest name: khaki
RGB
255, 214, 137
HSL
39°, 100%, 77%
CMYK
0, 16, 46, 0
Luminance
0.7116
Every format
| HEX | #ffd689 |
| RGB | rgb(255, 214, 137) |
| HSL | hsl(39, 100%, 77%) |
| CMYK | cmyk(0%, 16%, 46%, 0%) |
| LAB | lab(87.6 4.7 43.2) |
| LCH | lch(87.6 43.5 83.8) |
| OKLCH | oklch(0.895 0.106 82.4) |
Copy-ready code
/* CSS */
color: #ffd689;
background-color: #ffd689;
/* Tailwind (arbitrary) */
class="text-[#ffd689] bg-[#ffd689]"
/* SCSS */
$brand: #ffd689;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.537)
/* Android */
Color.parseColor("#ffd689")Accessibility — WCAG contrast
Aa
#ffd689 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd689 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow46.3%
Key (black)0.0%
Color previews
#ffd689 text on a black background
contrast 15.23:1
Card sample
#ffd689 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd689;
Background color
Panel with #ffd689 background
background-color: #ffd689;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd689;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd689; background: linear-gradient(135deg, #ffd689, #D9FF89);