#faceba
a pale, electric orange · warm · closest name: tan
RGB
250, 206, 186
HSL
19°, 87%, 86%
CMYK
0, 18, 26, 2
Luminance
0.6801
Every format
| HEX | #faceba |
| RGB | rgb(250, 206, 186) |
| HSL | hsl(19, 87%, 86%) |
| CMYK | cmyk(0%, 18%, 26%, 2%) |
| LAB | lab(86.0 12.6 15.8) |
| LCH | lch(86.0 20.2 51.4) |
| OKLCH | oklch(0.884 0.057 45.8) |
Copy-ready code
/* CSS */
color: #faceba;
background-color: #faceba;
/* Tailwind (arbitrary) */
class="text-[#faceba] bg-[#faceba]"
/* SCSS */
$brand: #faceba;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#faceba")Accessibility — WCAG contrast
Aa
#faceba on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faceba on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow25.6%
Key (black)2.0%
Color previews
#faceba text on a black background
contrast 14.60:1
Card sample
#faceba text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faceba;
Background color
Panel with #faceba background
background-color: #faceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faceba; background: linear-gradient(135deg, #faceba, #FAF9BA);