#f2b6af
a light, vivid red · warm · closest name: pink
RGB
242, 182, 175
HSL
6°, 72%, 82%
CMYK
0, 25, 28, 5
Luminance
0.5543
Every format
| HEX | #f2b6af |
| RGB | rgb(242, 182, 175) |
| HSL | hsl(6, 72%, 82%) |
| CMYK | cmyk(0%, 25%, 28%, 5%) |
| LAB | lab(79.3 20.8 12.0) |
| LCH | lch(79.3 24.0 30.1) |
| OKLCH | oklch(0.829 0.071 26.3) |
Copy-ready code
/* CSS */
color: #f2b6af;
background-color: #f2b6af;
/* Tailwind (arbitrary) */
class="text-[#f2b6af] bg-[#f2b6af]"
/* SCSS */
$brand: #f2b6af;
/* SwiftUI */
Color(red: 0.949, green: 0.714, blue: 0.686)
/* Android */
Color.parseColor("#f2b6af")Accessibility — WCAG contrast
Aa
#f2b6af on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2b6af on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green71.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow27.7%
Key (black)5.1%
Color previews
#f2b6af text on a black background
contrast 12.09:1
Card sample
#f2b6af text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2b6af;
Background color
Panel with #f2b6af background
background-color: #f2b6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2b6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 182, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 182, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2b6af; background: linear-gradient(135deg, #f2b6af, #F2E3AF);