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