#ffcdb4
a pale, electric orange · warm · closest name: tan
RGB
255, 205, 180
HSL
20°, 100%, 85%
CMYK
0, 20, 29, 0
Luminance
0.6822
Every format
| HEX | #ffcdb4 |
| RGB | rgb(255, 205, 180) |
| HSL | hsl(20, 100%, 85%) |
| CMYK | cmyk(0%, 20%, 29%, 0%) |
| LAB | lab(86.1 14.2 19.1) |
| LCH | lch(86.1 23.8 53.5) |
| OKLCH | oklch(0.886 0.066 48.0) |
Copy-ready code
/* CSS */
color: #ffcdb4;
background-color: #ffcdb4;
/* Tailwind (arbitrary) */
class="text-[#ffcdb4] bg-[#ffcdb4]"
/* SCSS */
$brand: #ffcdb4;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.706)
/* Android */
Color.parseColor("#ffcdb4")Accessibility — WCAG contrast
Aa
#ffcdb4 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdb4 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow29.4%
Key (black)0.0%
Color previews
#ffcdb4 text on a black background
contrast 14.64:1
Card sample
#ffcdb4 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdb4;
Background color
Panel with #ffcdb4 background
background-color: #ffcdb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdb4; background: linear-gradient(135deg, #ffcdb4, #FFFFB4);