#f7dbb3
a light, electric orange · warm · closest name: tan
RGB
247, 219, 179
HSL
35°, 81%, 84%
CMYK
0, 11, 28, 3
Luminance
0.7369
Every format
| HEX | #f7dbb3 |
| RGB | rgb(247, 219, 179) |
| HSL | hsl(35, 81%, 84%) |
| CMYK | cmyk(0%, 11%, 28%, 3%) |
| LAB | lab(88.8 3.8 23.3) |
| LCH | lch(88.8 23.6 80.7) |
| OKLCH | oklch(0.905 0.061 76.6) |
Copy-ready code
/* CSS */
color: #f7dbb3;
background-color: #f7dbb3;
/* Tailwind (arbitrary) */
class="text-[#f7dbb3] bg-[#f7dbb3]"
/* SCSS */
$brand: #f7dbb3;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.702)
/* Android */
Color.parseColor("#f7dbb3")Accessibility — WCAG contrast
Aa
#f7dbb3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbb3 on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow27.5%
Key (black)3.1%
Color previews
#f7dbb3 text on a black background
contrast 15.74:1
Card sample
#f7dbb3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbb3;
Background color
Panel with #f7dbb3 background
background-color: #f7dbb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbb3; background: linear-gradient(135deg, #f7dbb3, #E6F7B3);