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