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