#fad6c4
a pale, electric orange · warm · closest name: beige
RGB
250, 214, 196
HSL
20°, 84%, 88%
CMYK
0, 14, 22, 2
Luminance
0.7240
Every format
| HEX | #fad6c4 |
| RGB | rgb(250, 214, 196) |
| HSL | hsl(20, 84%, 88%) |
| CMYK | cmyk(0%, 14%, 22%, 2%) |
| LAB | lab(88.2 9.8 13.5) |
| LCH | lch(88.2 16.7 54.0) |
| OKLCH | oklch(0.902 0.047 48.2) |
Copy-ready code
/* CSS */
color: #fad6c4;
background-color: #fad6c4;
/* Tailwind (arbitrary) */
class="text-[#fad6c4] bg-[#fad6c4]"
/* SCSS */
$brand: #fad6c4;
/* SwiftUI */
Color(red: 0.980, green: 0.839, blue: 0.769)
/* Android */
Color.parseColor("#fad6c4")Accessibility — WCAG contrast
Aa
#fad6c4 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad6c4 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow21.6%
Key (black)2.0%
Color previews
#fad6c4 text on a black background
contrast 15.48:1
Card sample
#fad6c4 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad6c4;
Background color
Panel with #fad6c4 background
background-color: #fad6c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad6c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 214, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 214, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad6c4; background: linear-gradient(135deg, #fad6c4, #FAFAC4);