#ffcdba
a pale, electric orange · warm · closest name: pink
RGB
255, 205, 186
HSL
17°, 100%, 87%
CMYK
0, 20, 27, 0
Luminance
0.6847
Every format
| HEX | #ffcdba |
| RGB | rgb(255, 205, 186) |
| HSL | hsl(17, 100%, 87%) |
| CMYK | cmyk(0%, 20%, 27%, 0%) |
| LAB | lab(86.2 15.0 16.2) |
| LCH | lch(86.2 22.0 47.2) |
| OKLCH | oklch(0.887 0.063 41.8) |
Copy-ready code
/* CSS */
color: #ffcdba;
background-color: #ffcdba;
/* Tailwind (arbitrary) */
class="text-[#ffcdba] bg-[#ffcdba]"
/* SCSS */
$brand: #ffcdba;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#ffcdba")Accessibility — WCAG contrast
Aa
#ffcdba on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcdba on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow27.1%
Key (black)0.0%
Color previews
#ffcdba text on a black background
contrast 14.69:1
Card sample
#ffcdba text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcdba;
Background color
Panel with #ffcdba background
background-color: #ffcdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcdba; background: linear-gradient(135deg, #ffcdba, #FFFBBA);