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