#ffc9b2
a light, electric orange · warm · closest name: tan
RGB
255, 201, 178
HSL
18°, 100%, 85%
CMYK
0, 21, 30, 0
Luminance
0.6625
Every format
| HEX | #ffc9b2 |
| RGB | rgb(255, 201, 178) |
| HSL | hsl(18, 100%, 85%) |
| CMYK | cmyk(0%, 21%, 30%, 0%) |
| LAB | lab(85.1 16.0 18.8) |
| LCH | lch(85.1 24.7 49.6) |
| OKLCH | oklch(0.878 0.069 44.2) |
Copy-ready code
/* CSS */
color: #ffc9b2;
background-color: #ffc9b2;
/* Tailwind (arbitrary) */
class="text-[#ffc9b2] bg-[#ffc9b2]"
/* SCSS */
$brand: #ffc9b2;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.698)
/* Android */
Color.parseColor("#ffc9b2")Accessibility — WCAG contrast
Aa
#ffc9b2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc9b2 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow30.2%
Key (black)0.0%
Color previews
#ffc9b2 text on a black background
contrast 14.25:1
Card sample
#ffc9b2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc9b2;
Background color
Panel with #ffc9b2 background
background-color: #ffc9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc9b2; background: linear-gradient(135deg, #ffc9b2, #FFFCB2);