#ffc883
a light, electric orange · warm · closest name: tan
RGB
255, 200, 131
HSL
33°, 100%, 76%
CMYK
0, 22, 49, 0
Luminance
0.6421
Every format
| HEX | #ffc883 |
| RGB | rgb(255, 200, 131) |
| HSL | hsl(33, 100%, 76%) |
| CMYK | cmyk(0%, 22%, 49%, 0%) |
| LAB | lab(84.1 11.4 41.9) |
| LCH | lch(84.1 43.4 74.8) |
| OKLCH | oklch(0.867 0.107 72.0) |
Copy-ready code
/* CSS */
color: #ffc883;
background-color: #ffc883;
/* Tailwind (arbitrary) */
class="text-[#ffc883] bg-[#ffc883]"
/* SCSS */
$brand: #ffc883;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.514)
/* Android */
Color.parseColor("#ffc883")Accessibility — WCAG contrast
Aa
#ffc883 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc883 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow48.6%
Key (black)0.0%
Color previews
#ffc883 text on a black background
contrast 13.84:1
Card sample
#ffc883 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc883;
Background color
Panel with #ffc883 background
background-color: #ffc883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc883; background: linear-gradient(135deg, #ffc883, #E3FF83);