#ffce83
a light, electric orange · warm · closest name: khaki
RGB
255, 206, 131
HSL
36°, 100%, 76%
CMYK
0, 19, 49, 0
Luminance
0.6704
Every format
| HEX | #ffce83 |
| RGB | rgb(255, 206, 131) |
| HSL | hsl(36, 100%, 76%) |
| CMYK | cmyk(0%, 19%, 49%, 0%) |
| LAB | lab(85.5 8.3 43.7) |
| LCH | lch(85.5 44.5 79.3) |
| OKLCH | oklch(0.878 0.108 77.3) |
Copy-ready code
/* CSS */
color: #ffce83;
background-color: #ffce83;
/* Tailwind (arbitrary) */
class="text-[#ffce83] bg-[#ffce83]"
/* SCSS */
$brand: #ffce83;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.514)
/* Android */
Color.parseColor("#ffce83")Accessibility — WCAG contrast
Aa
#ffce83 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce83 on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow48.6%
Key (black)0.0%
Color previews
#ffce83 text on a black background
contrast 14.41:1
Card sample
#ffce83 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce83;
Background color
Panel with #ffce83 background
background-color: #ffce83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce83; background: linear-gradient(135deg, #ffce83, #DDFF83);