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