#ffc87f
a light, electric orange · warm · closest name: khaki
RGB
255, 200, 127
HSL
34°, 100%, 75%
CMYK
0, 22, 50, 0
Luminance
0.6410
Every format
| HEX | #ffc87f |
| RGB | rgb(255, 200, 127) |
| HSL | hsl(34, 100%, 75%) |
| CMYK | cmyk(0%, 22%, 50%, 0%) |
| LAB | lab(84.0 11.0 43.8) |
| LCH | lch(84.0 45.2 75.9) |
| OKLCH | oklch(0.866 0.110 73.4) |
Copy-ready code
/* CSS */
color: #ffc87f;
background-color: #ffc87f;
/* Tailwind (arbitrary) */
class="text-[#ffc87f] bg-[#ffc87f]"
/* SCSS */
$brand: #ffc87f;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.498)
/* Android */
Color.parseColor("#ffc87f")Accessibility — WCAG contrast
Aa
#ffc87f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc87f on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow50.2%
Key (black)0.0%
Color previews
#ffc87f text on a black background
contrast 13.82:1
Card sample
#ffc87f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc87f;
Background color
Panel with #ffc87f background
background-color: #ffc87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc87f; background: linear-gradient(135deg, #ffc87f, #E1FF7F);