#f4adcb
a light, electric magenta / pink · warm · closest name: pink
RGB
244, 173, 203
HSL
335°, 76%, 82%
CMYK
0, 29, 17, 4
Luminance
0.5343
Every format
| HEX | #f4adcb |
| RGB | rgb(244, 173, 203) |
| HSL | hsl(335, 76%, 82%) |
| CMYK | cmyk(0%, 29%, 17%, 4%) |
| LAB | lab(78.1 30.3 -4.8) |
| LCH | lch(78.1 30.7 351.0) |
| OKLCH | oklch(0.823 0.091 352.2) |
Copy-ready code
/* CSS */
color: #f4adcb;
background-color: #f4adcb;
/* Tailwind (arbitrary) */
class="text-[#f4adcb] bg-[#f4adcb]"
/* SCSS */
$brand: #f4adcb;
/* SwiftUI */
Color(red: 0.957, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#f4adcb")Accessibility — WCAG contrast
Aa
#f4adcb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4adcb on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow16.8%
Key (black)4.3%
Color previews
#f4adcb text on a black background
contrast 11.69:1
Card sample
#f4adcb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4adcb;
Background color
Panel with #f4adcb background
background-color: #f4adcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4adcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4adcb; background: linear-gradient(135deg, #f4adcb, #F4BEAD);