#ffd685
a light, electric orange · warm · closest name: khaki
RGB
255, 214, 133
HSL
40°, 100%, 76%
CMYK
0, 16, 48, 0
Luminance
0.7105
Every format
| HEX | #ffd685 |
| RGB | rgb(255, 214, 133) |
| HSL | hsl(40, 100%, 76%) |
| CMYK | cmyk(0%, 16%, 48%, 0%) |
| LAB | lab(87.5 4.3 45.2) |
| LCH | lch(87.5 45.4 84.5) |
| OKLCH | oklch(0.894 0.110 83.5) |
Copy-ready code
/* CSS */
color: #ffd685;
background-color: #ffd685;
/* Tailwind (arbitrary) */
class="text-[#ffd685] bg-[#ffd685]"
/* SCSS */
$brand: #ffd685;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.522)
/* Android */
Color.parseColor("#ffd685")Accessibility — WCAG contrast
Aa
#ffd685 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd685 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow47.8%
Key (black)0.0%
Color previews
#ffd685 text on a black background
contrast 15.21:1
Card sample
#ffd685 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd685;
Background color
Panel with #ffd685 background
background-color: #ffd685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd685; background: linear-gradient(135deg, #ffd685, #D7FF85);