#ffcdab
a light, electric orange · warm · closest name: tan
RGB
255, 205, 171
HSL
24°, 100%, 84%
CMYK
0, 20, 33, 0
Luminance
0.6786
Every format
| HEX | #ffcdab |
| RGB | rgb(255, 205, 171) |
| HSL | hsl(24, 100%, 84%) |
| CMYK | cmyk(0%, 20%, 33%, 0%) |
| LAB | lab(85.9 13.1 23.6) |
| LCH | lch(85.9 27.0 61.1) |
| OKLCH | oklch(0.884 0.073 55.8) |
Copy-ready code
/* CSS */
color: #ffcdab;
background-color: #ffcdab;
/* Tailwind (arbitrary) */
class="text-[#ffcdab] bg-[#ffcdab]"
/* SCSS */
$brand: #ffcdab;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.671)
/* Android */
Color.parseColor("#ffcdab")Accessibility — WCAG contrast
Aa
#ffcdab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdab on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow32.9%
Key (black)0.0%
Color previews
#ffcdab text on a black background
contrast 14.57:1
Card sample
#ffcdab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdab;
Background color
Panel with #ffcdab background
background-color: #ffcdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdab; background: linear-gradient(135deg, #ffcdab, #F9FFAB);