#fadfba
a pale, electric orange · warm · closest name: beige
RGB
250, 223, 186
HSL
35°, 87%, 86%
CMYK
0, 11, 26, 2
Luminance
0.7664
Every format
| HEX | #fadfba |
| RGB | rgb(250, 223, 186) |
| HSL | hsl(35, 87%, 86%) |
| CMYK | cmyk(0%, 11%, 26%, 2%) |
| LAB | lab(90.2 3.8 21.6) |
| LCH | lch(90.2 21.9 80.0) |
| OKLCH | oklch(0.917 0.057 75.6) |
Copy-ready code
/* CSS */
color: #fadfba;
background-color: #fadfba;
/* Tailwind (arbitrary) */
class="text-[#fadfba] bg-[#fadfba]"
/* SCSS */
$brand: #fadfba;
/* SwiftUI */
Color(red: 0.980, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#fadfba")Accessibility — WCAG contrast
Aa
#fadfba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadfba on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow25.6%
Key (black)2.0%
Color previews
#fadfba text on a black background
contrast 16.33:1
Card sample
#fadfba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadfba;
Background color
Panel with #fadfba background
background-color: #fadfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadfba; background: linear-gradient(135deg, #fadfba, #EAFABA);