#f7adbc
a light, electric red · warm · closest name: pink
RGB
247, 173, 188
HSL
348°, 82%, 82%
CMYK
0, 30, 24, 3
Luminance
0.5329
Every format
| HEX | #f7adbc |
| RGB | rgb(247, 173, 188) |
| HSL | hsl(348, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 24%, 3%) |
| LAB | lab(78.0 29.1 3.3) |
| LCH | lch(78.0 29.3 6.4) |
| OKLCH | oklch(0.822 0.088 5.9) |
Copy-ready code
/* CSS */
color: #f7adbc;
background-color: #f7adbc;
/* Tailwind (arbitrary) */
class="text-[#f7adbc] bg-[#f7adbc]"
/* SCSS */
$brand: #f7adbc;
/* SwiftUI */
Color(red: 0.969, green: 0.678, blue: 0.737)
/* Android */
Color.parseColor("#f7adbc")Accessibility — WCAG contrast
Aa
#f7adbc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7adbc on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow23.9%
Key (black)3.1%
Color previews
#f7adbc text on a black background
contrast 11.66:1
Card sample
#f7adbc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7adbc;
Background color
Panel with #f7adbc background
background-color: #f7adbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7adbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 173, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 173, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7adbc; background: linear-gradient(135deg, #f7adbc, #F7CFAD);