#ffcd8f
a light, electric orange · warm · closest name: tan
RGB
255, 205, 143
HSL
33°, 100%, 78%
CMYK
0, 20, 44, 0
Luminance
0.6691
Every format
| HEX | #ffcd8f |
| RGB | rgb(255, 205, 143) |
| HSL | hsl(33, 100%, 78%) |
| CMYK | cmyk(0%, 20%, 44%, 0%) |
| LAB | lab(85.5 9.9 37.5) |
| LCH | lch(85.5 38.8 75.2) |
| OKLCH | oklch(0.878 0.097 72.0) |
Copy-ready code
/* CSS */
color: #ffcd8f;
background-color: #ffcd8f;
/* Tailwind (arbitrary) */
class="text-[#ffcd8f] bg-[#ffcd8f]"
/* SCSS */
$brand: #ffcd8f;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#ffcd8f")Accessibility — WCAG contrast
Aa
#ffcd8f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcd8f on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow43.9%
Key (black)0.0%
Color previews
#ffcd8f text on a black background
contrast 14.38:1
Card sample
#ffcd8f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcd8f;
Background color
Panel with #ffcd8f background
background-color: #ffcd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcd8f; background: linear-gradient(135deg, #ffcd8f, #E6FF8F);