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