#ffd085
a light, electric orange · warm · closest name: khaki
RGB
255, 208, 133
HSL
37°, 100%, 76%
CMYK
0, 18, 48, 0
Luminance
0.6807
Every format
| HEX | #ffd085 |
| RGB | rgb(255, 208, 133) |
| HSL | hsl(37, 100%, 76%) |
| CMYK | cmyk(0%, 18%, 48%, 0%) |
| LAB | lab(86.0 7.4 43.3) |
| LCH | lch(86.0 44.0 80.3) |
| OKLCH | oklch(0.882 0.107 78.4) |
Copy-ready code
/* CSS */
color: #ffd085;
background-color: #ffd085;
/* Tailwind (arbitrary) */
class="text-[#ffd085] bg-[#ffd085]"
/* SCSS */
$brand: #ffd085;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.522)
/* Android */
Color.parseColor("#ffd085")Accessibility — WCAG contrast
Aa
#ffd085 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd085 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow47.8%
Key (black)0.0%
Color previews
#ffd085 text on a black background
contrast 14.61:1
Card sample
#ffd085 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd085;
Background color
Panel with #ffd085 background
background-color: #ffd085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd085; background: linear-gradient(135deg, #ffd085, #DDFF85);