#f7adac
a light, electric red · warm · closest name: pink
RGB
247, 173, 172
HSL
1°, 82%, 82%
CMYK
0, 30, 30, 3
Luminance
0.5264
Every format
| HEX | #f7adac |
| RGB | rgb(247, 173, 172) |
| HSL | hsl(1, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 30%, 3%) |
| LAB | lab(77.7 27.0 11.4) |
| LCH | lch(77.7 29.3 23.0) |
| OKLCH | oklch(0.818 0.087 20.0) |
Copy-ready code
/* CSS */
color: #f7adac;
background-color: #f7adac;
/* Tailwind (arbitrary) */
class="text-[#f7adac] bg-[#f7adac]"
/* SCSS */
$brand: #f7adac;
/* SwiftUI */
Color(red: 0.969, green: 0.678, blue: 0.675)
/* Android */
Color.parseColor("#f7adac")Accessibility — WCAG contrast
Aa
#f7adac on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7adac on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow30.4%
Key (black)3.1%
Color previews
#f7adac text on a black background
contrast 11.53:1
Card sample
#f7adac text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7adac;
Background color
Panel with #f7adac background
background-color: #f7adac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7adac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 173, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 173, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7adac; background: linear-gradient(135deg, #f7adac, #F7DFAC);