#ffcbad
a light, electric orange · warm · closest name: tan
RGB
255, 203, 173
HSL
22°, 100%, 84%
CMYK
0, 20, 32, 0
Luminance
0.6699
Every format
| HEX | #ffcbad |
| RGB | rgb(255, 203, 173) |
| HSL | hsl(22, 100%, 84%) |
| CMYK | cmyk(0%, 20%, 32%, 0%) |
| LAB | lab(85.5 14.3 22.0) |
| LCH | lch(85.5 26.2 56.9) |
| OKLCH | oklch(0.880 0.072 51.5) |
Copy-ready code
/* CSS */
color: #ffcbad;
background-color: #ffcbad;
/* Tailwind (arbitrary) */
class="text-[#ffcbad] bg-[#ffcbad]"
/* SCSS */
$brand: #ffcbad;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.678)
/* Android */
Color.parseColor("#ffcbad")Accessibility — WCAG contrast
Aa
#ffcbad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcbad on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow32.2%
Key (black)0.0%
Color previews
#ffcbad text on a black background
contrast 14.40:1
Card sample
#ffcbad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcbad;
Background color
Panel with #ffcbad background
background-color: #ffcbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcbad; background: linear-gradient(135deg, #ffcbad, #FCFFAD);