#fadcbf
a pale, electric orange · warm · closest name: beige
RGB
250, 220, 191
HSL
30°, 86%, 87%
CMYK
0, 12, 24, 2
Luminance
0.7527
Every format
| HEX | #fadcbf |
| RGB | rgb(250, 220, 191) |
| HSL | hsl(30, 86%, 87%) |
| CMYK | cmyk(0%, 12%, 24%, 2%) |
| LAB | lab(89.5 6.0 18.1) |
| LCH | lch(89.5 19.0 71.6) |
| OKLCH | oklch(0.912 0.051 66.2) |
Copy-ready code
/* CSS */
color: #fadcbf;
background-color: #fadcbf;
/* Tailwind (arbitrary) */
class="text-[#fadcbf] bg-[#fadcbf]"
/* SCSS */
$brand: #fadcbf;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#fadcbf")Accessibility — WCAG contrast
Aa
#fadcbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcbf on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow23.6%
Key (black)2.0%
Color previews
#fadcbf text on a black background
contrast 16.05:1
Card sample
#fadcbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcbf;
Background color
Panel with #fadcbf background
background-color: #fadcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcbf; background: linear-gradient(135deg, #fadcbf, #F1FABF);