#f3acac
a light, vivid red · warm · closest name: pink
RGB
243, 172, 172
HSL
0°, 75%, 81%
CMYK
0, 29, 29, 5
Luminance
0.5154
Every format
| HEX | #f3acac |
| RGB | rgb(243, 172, 172) |
| HSL | hsl(0, 75%, 81%) |
| CMYK | cmyk(0%, 29%, 29%, 5%) |
| LAB | lab(77.0 26.0 10.4) |
| LCH | lch(77.0 28.0 21.9) |
| OKLCH | oklch(0.812 0.084 19.0) |
Copy-ready code
/* CSS */
color: #f3acac;
background-color: #f3acac;
/* Tailwind (arbitrary) */
class="text-[#f3acac] bg-[#f3acac]"
/* SCSS */
$brand: #f3acac;
/* SwiftUI */
Color(red: 0.953, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#f3acac")Accessibility — WCAG contrast
Aa
#f3acac on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3acac on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow29.2%
Key (black)4.7%
Color previews
#f3acac text on a black background
contrast 11.31:1
Card sample
#f3acac text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3acac;
Background color
Panel with #f3acac background
background-color: #f3acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3acac; background: linear-gradient(135deg, #f3acac, #F3DBAC);