#ffcdaf
a light, electric orange · warm · closest name: tan
RGB
255, 205, 175
HSL
23°, 100%, 84%
CMYK
0, 20, 31, 0
Luminance
0.6802
Every format
| HEX | #ffcdaf |
| RGB | rgb(255, 205, 175) |
| HSL | hsl(23, 100%, 84%) |
| CMYK | cmyk(0%, 20%, 31%, 0%) |
| LAB | lab(86.0 13.5 21.6) |
| LCH | lch(86.0 25.5 58.0) |
| OKLCH | oklch(0.885 0.070 52.5) |
Copy-ready code
/* CSS */
color: #ffcdaf;
background-color: #ffcdaf;
/* Tailwind (arbitrary) */
class="text-[#ffcdaf] bg-[#ffcdaf]"
/* SCSS */
$brand: #ffcdaf;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#ffcdaf")Accessibility — WCAG contrast
Aa
#ffcdaf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdaf on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow31.4%
Key (black)0.0%
Color previews
#ffcdaf text on a black background
contrast 14.60:1
Card sample
#ffcdaf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdaf;
Background color
Panel with #ffcdaf background
background-color: #ffcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdaf; background: linear-gradient(135deg, #ffcdaf, #FCFFAF);