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