#ffc85f
a light, electric orange · warm · closest name: khaki
RGB
255, 200, 95
HSL
39°, 100%, 69%
CMYK
0, 22, 63, 0
Luminance
0.6339
Every format
| HEX | #ffc85f |
| RGB | rgb(255, 200, 95) |
| HSL | hsl(39, 100%, 69%) |
| CMYK | cmyk(0%, 22%, 63%, 0%) |
| LAB | lab(83.7 8.6 58.7) |
| LCH | lch(83.7 59.3 81.6) |
| OKLCH | oklch(0.862 0.137 81.3) |
Copy-ready code
/* CSS */
color: #ffc85f;
background-color: #ffc85f;
/* Tailwind (arbitrary) */
class="text-[#ffc85f] bg-[#ffc85f]"
/* SCSS */
$brand: #ffc85f;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.373)
/* Android */
Color.parseColor("#ffc85f")Accessibility — WCAG contrast
Aa
#ffc85f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc85f on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow62.7%
Key (black)0.0%
Color previews
#ffc85f text on a black background
contrast 13.68:1
Card sample
#ffc85f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc85f;
Background color
Panel with #ffc85f background
background-color: #ffc85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc85f; background: linear-gradient(135deg, #ffc85f, #CBFF5F);