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