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