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