#faccb8
a pale, electric orange · warm · closest name: tan
RGB
250, 204, 184
HSL
18°, 87%, 85%
CMYK
0, 18, 26, 2
Luminance
0.6697
Every format
| HEX | #faccb8 |
| RGB | rgb(250, 204, 184) |
| HSL | hsl(18, 87%, 85%) |
| CMYK | cmyk(0%, 18%, 26%, 2%) |
| LAB | lab(85.5 13.4 16.1) |
| LCH | lch(85.5 20.9 50.3) |
| OKLCH | oklch(0.880 0.059 44.8) |
Copy-ready code
/* CSS */
color: #faccb8;
background-color: #faccb8;
/* Tailwind (arbitrary) */
class="text-[#faccb8] bg-[#faccb8]"
/* SCSS */
$brand: #faccb8;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.722)
/* Android */
Color.parseColor("#faccb8")Accessibility — WCAG contrast
Aa
#faccb8 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccb8 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow26.4%
Key (black)2.0%
Color previews
#faccb8 text on a black background
contrast 14.39:1
Card sample
#faccb8 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccb8;
Background color
Panel with #faccb8 background
background-color: #faccb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccb8; background: linear-gradient(135deg, #faccb8, #FAF8B8);