#f7dba6
a light, electric orange · warm · closest name: tan
RGB
247, 219, 166
HSL
39°, 84%, 81%
CMYK
0, 11, 33, 3
Luminance
0.7319
Every format
| HEX | #f7dba6 |
| RGB | rgb(247, 219, 166) |
| HSL | hsl(39, 84%, 81%) |
| CMYK | cmyk(0%, 11%, 33%, 3%) |
| LAB | lab(88.5 2.2 29.6) |
| LCH | lch(88.5 29.7 85.8) |
| OKLCH | oklch(0.902 0.075 83.2) |
Copy-ready code
/* CSS */
color: #f7dba6;
background-color: #f7dba6;
/* Tailwind (arbitrary) */
class="text-[#f7dba6] bg-[#f7dba6]"
/* SCSS */
$brand: #f7dba6;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.651)
/* Android */
Color.parseColor("#f7dba6")Accessibility — WCAG contrast
Aa
#f7dba6 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dba6 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow32.8%
Key (black)3.1%
Color previews
#f7dba6 text on a black background
contrast 15.64:1
Card sample
#f7dba6 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dba6;
Background color
Panel with #f7dba6 background
background-color: #f7dba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dba6; background: linear-gradient(135deg, #f7dba6, #DDF7A6);