#f7dbab
a light, electric orange · warm · closest name: tan
RGB
247, 219, 171
HSL
38°, 83%, 82%
CMYK
0, 11, 31, 3
Luminance
0.7338
Every format
| HEX | #f7dbab |
| RGB | rgb(247, 219, 171) |
| HSL | hsl(38, 83%, 82%) |
| CMYK | cmyk(0%, 11%, 31%, 3%) |
| LAB | lab(88.6 2.8 27.2) |
| LCH | lch(88.6 27.3 84.2) |
| OKLCH | oklch(0.903 0.070 81.0) |
Copy-ready code
/* CSS */
color: #f7dbab;
background-color: #f7dbab;
/* Tailwind (arbitrary) */
class="text-[#f7dbab] bg-[#f7dbab]"
/* SCSS */
$brand: #f7dbab;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#f7dbab")Accessibility — WCAG contrast
Aa
#f7dbab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbab on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow30.8%
Key (black)3.1%
Color previews
#f7dbab text on a black background
contrast 15.68:1
Card sample
#f7dbab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbab;
Background color
Panel with #f7dbab background
background-color: #f7dbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbab; background: linear-gradient(135deg, #f7dbab, #E0F7AB);