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