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