#f7ccac
a light, electric orange · warm · closest name: tan
RGB
247, 204, 172
HSL
26°, 82%, 82%
CMYK
0, 17, 30, 3
Luminance
0.6594
Every format
| HEX | #f7ccac |
| RGB | rgb(247, 204, 172) |
| HSL | hsl(26, 82%, 82%) |
| CMYK | cmyk(0%, 17%, 30%, 3%) |
| LAB | lab(85.0 10.7 21.6) |
| LCH | lch(85.0 24.1 63.8) |
| OKLCH | oklch(0.874 0.065 58.4) |
Copy-ready code
/* CSS */
color: #f7ccac;
background-color: #f7ccac;
/* Tailwind (arbitrary) */
class="text-[#f7ccac] bg-[#f7ccac]"
/* SCSS */
$brand: #f7ccac;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#f7ccac")Accessibility — WCAG contrast
Aa
#f7ccac on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccac on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow30.4%
Key (black)3.1%
Color previews
#f7ccac text on a black background
contrast 14.19:1
Card sample
#f7ccac text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccac;
Background color
Panel with #f7ccac background
background-color: #f7ccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccac; background: linear-gradient(135deg, #f7ccac, #F0F7AC);