#fad3bc
a pale, electric orange · warm · closest name: tan
RGB
250, 211, 188
HSL
22°, 86%, 86%
CMYK
0, 16, 25, 2
Luminance
0.7054
Every format
| HEX | #fad3bc |
| RGB | rgb(250, 211, 188) |
| HSL | hsl(22, 86%, 86%) |
| CMYK | cmyk(0%, 16%, 25%, 2%) |
| LAB | lab(87.3 10.3 16.5) |
| LCH | lch(87.3 19.4 58.1) |
| OKLCH | oklch(0.894 0.054 52.3) |
Copy-ready code
/* CSS */
color: #fad3bc;
background-color: #fad3bc;
/* Tailwind (arbitrary) */
class="text-[#fad3bc] bg-[#fad3bc]"
/* SCSS */
$brand: #fad3bc;
/* SwiftUI */
Color(red: 0.980, green: 0.827, blue: 0.737)
/* Android */
Color.parseColor("#fad3bc")Accessibility — WCAG contrast
Aa
#fad3bc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad3bc on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green82.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow24.8%
Key (black)2.0%
Color previews
#fad3bc text on a black background
contrast 15.11:1
Card sample
#fad3bc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad3bc;
Background color
Panel with #fad3bc background
background-color: #fad3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 211, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 211, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad3bc; background: linear-gradient(135deg, #fad3bc, #F8FABC);