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