#f4adc2
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 173, 194
HSL
342°, 76%, 82%
CMYK
0, 29, 21, 4
Luminance
0.5302
Every format
| HEX | #f4adc2 |
| RGB | rgb(244, 173, 194) |
| HSL | hsl(342, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 21%, 4%) |
| LAB | lab(77.9 28.9 -0.3) |
| LCH | lch(77.9 28.9 359.5) |
| OKLCH | oklch(0.821 0.087 359.8) |
Copy-ready code
/* CSS */
color: #f4adc2;
background-color: #f4adc2;
/* Tailwind (arbitrary) */
class="text-[#f4adc2] bg-[#f4adc2]"
/* SCSS */
$brand: #f4adc2;
/* SwiftUI */
Color(red: 0.957, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#f4adc2")Accessibility — WCAG contrast
Aa
#f4adc2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4adc2 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow20.5%
Key (black)4.3%
Color previews
#f4adc2 text on a black background
contrast 11.60:1
Card sample
#f4adc2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4adc2;
Background color
Panel with #f4adc2 background
background-color: #f4adc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4adc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4adc2; background: linear-gradient(135deg, #f4adc2, #F4C8AD);