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