#ffc3ab
a light, electric orange · warm · closest name: tan
RGB
255, 195, 171
HSL
17°, 100%, 84%
CMYK
0, 24, 33, 0
Luminance
0.6323
Every format
| HEX | #ffc3ab |
| RGB | rgb(255, 195, 171) |
| HSL | hsl(17, 100%, 84%) |
| CMYK | cmyk(0%, 24%, 33%, 0%) |
| LAB | lab(83.6 18.3 20.4) |
| LCH | lch(83.6 27.4 48.1) |
| OKLCH | oklch(0.865 0.077 42.8) |
Copy-ready code
/* CSS */
color: #ffc3ab;
background-color: #ffc3ab;
/* Tailwind (arbitrary) */
class="text-[#ffc3ab] bg-[#ffc3ab]"
/* SCSS */
$brand: #ffc3ab;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.671)
/* Android */
Color.parseColor("#ffc3ab")Accessibility — WCAG contrast
Aa
#ffc3ab on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc3ab on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow32.9%
Key (black)0.0%
Color previews
#ffc3ab text on a black background
contrast 13.65:1
Card sample
#ffc3ab text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc3ab;
Background color
Panel with #ffc3ab background
background-color: #ffc3ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc3ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc3ab; background: linear-gradient(135deg, #ffc3ab, #FFFBAB);