#ffcd73
a light, electric orange · warm · closest name: khaki
RGB
255, 205, 115
HSL
39°, 100%, 73%
CMYK
0, 20, 55, 0
Luminance
0.6616
Every format
| HEX | #ffcd73 |
| RGB | rgb(255, 205, 115) |
| HSL | hsl(39, 100%, 73%) |
| CMYK | cmyk(0%, 20%, 55%, 0%) |
| LAB | lab(85.1 7.5 51.0) |
| LCH | lch(85.1 51.5 81.7) |
| OKLCH | oklch(0.874 0.122 80.8) |
Copy-ready code
/* CSS */
color: #ffcd73;
background-color: #ffcd73;
/* Tailwind (arbitrary) */
class="text-[#ffcd73] bg-[#ffcd73]"
/* SCSS */
$brand: #ffcd73;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.451)
/* Android */
Color.parseColor("#ffcd73")Accessibility — WCAG contrast
Aa
#ffcd73 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcd73 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow54.9%
Key (black)0.0%
Color previews
#ffcd73 text on a black background
contrast 14.23:1
Card sample
#ffcd73 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcd73;
Background color
Panel with #ffcd73 background
background-color: #ffcd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcd73; background: linear-gradient(135deg, #ffcd73, #D4FF73);