#f7daac
a light, electric orange · warm · closest name: tan
RGB
247, 218, 172
HSL
37°, 82%, 82%
CMYK
0, 12, 30, 3
Luminance
0.7290
Every format
| HEX | #f7daac |
| RGB | rgb(247, 218, 172) |
| HSL | hsl(37, 82%, 82%) |
| CMYK | cmyk(0%, 12%, 30%, 3%) |
| LAB | lab(88.4 3.4 26.4) |
| LCH | lch(88.4 26.6 82.6) |
| OKLCH | oklch(0.901 0.068 79.1) |
Copy-ready code
/* CSS */
color: #f7daac;
background-color: #f7daac;
/* Tailwind (arbitrary) */
class="text-[#f7daac] bg-[#f7daac]"
/* SCSS */
$brand: #f7daac;
/* SwiftUI */
Color(red: 0.969, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#f7daac")Accessibility — WCAG contrast
Aa
#f7daac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7daac on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow30.4%
Key (black)3.1%
Color previews
#f7daac text on a black background
contrast 15.58:1
Card sample
#f7daac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7daac;
Background color
Panel with #f7daac background
background-color: #f7daac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7daac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7daac; background: linear-gradient(135deg, #f7daac, #E2F7AC);