#ffc8b3
a pale, electric orange · warm · closest name: pink
RGB
255, 200, 179
HSL
17°, 100%, 85%
CMYK
0, 22, 30, 0
Luminance
0.6582
Every format
| HEX | #ffc8b3 |
| RGB | rgb(255, 200, 179) |
| HSL | hsl(17, 100%, 85%) |
| CMYK | cmyk(0%, 22%, 30%, 0%) |
| LAB | lab(84.9 16.7 18.0) |
| LCH | lch(84.9 24.5 47.2) |
| OKLCH | oklch(0.876 0.069 41.9) |
Copy-ready code
/* CSS */
color: #ffc8b3;
background-color: #ffc8b3;
/* Tailwind (arbitrary) */
class="text-[#ffc8b3] bg-[#ffc8b3]"
/* SCSS */
$brand: #ffc8b3;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.702)
/* Android */
Color.parseColor("#ffc8b3")Accessibility — WCAG contrast
Aa
#ffc8b3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8b3 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow29.8%
Key (black)0.0%
Color previews
#ffc8b3 text on a black background
contrast 14.16:1
Card sample
#ffc8b3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8b3;
Background color
Panel with #ffc8b3 background
background-color: #ffc8b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8b3; background: linear-gradient(135deg, #ffc8b3, #FFFBB3);