#f2b6c6
a light, vivid magenta / pink · warm · closest name: pink
RGB
242, 182, 198
HSL
344°, 70%, 83%
CMYK
0, 25, 18, 5
Luminance
0.5641
Every format
| HEX | #f2b6c6 |
| RGB | rgb(242, 182, 198) |
| HSL | hsl(344, 70%, 83%) |
| CMYK | cmyk(0%, 25%, 18%, 5%) |
| LAB | lab(79.8 24.1 0.4) |
| LCH | lch(79.8 24.1 1.0) |
| OKLCH | oklch(0.836 0.072 1.2) |
Copy-ready code
/* CSS */
color: #f2b6c6;
background-color: #f2b6c6;
/* Tailwind (arbitrary) */
class="text-[#f2b6c6] bg-[#f2b6c6]"
/* SCSS */
$brand: #f2b6c6;
/* SwiftUI */
Color(red: 0.949, green: 0.714, blue: 0.776)
/* Android */
Color.parseColor("#f2b6c6")Accessibility — WCAG contrast
Aa
#f2b6c6 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2b6c6 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green71.4%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow18.2%
Key (black)5.1%
Color previews
#f2b6c6 text on a black background
contrast 12.28:1
Card sample
#f2b6c6 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2b6c6;
Background color
Panel with #f2b6c6 background
background-color: #f2b6c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2b6c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 182, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 182, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2b6c6; background: linear-gradient(135deg, #f2b6c6, #F2CEB6);