#f3aebc
a light, vivid red · warm · closest name: pink
RGB
243, 174, 188
HSL
348°, 74%, 82%
CMYK
0, 28, 23, 5
Luminance
0.5296
Every format
| HEX | #f3aebc |
| RGB | rgb(243, 174, 188) |
| HSL | hsl(348, 74%, 82%) |
| CMYK | cmyk(0%, 28%, 23%, 5%) |
| LAB | lab(77.8 27.2 3.0) |
| LCH | lch(77.8 27.3 6.2) |
| OKLCH | oklch(0.820 0.083 5.7) |
Copy-ready code
/* CSS */
color: #f3aebc;
background-color: #f3aebc;
/* Tailwind (arbitrary) */
class="text-[#f3aebc] bg-[#f3aebc]"
/* SCSS */
$brand: #f3aebc;
/* SwiftUI */
Color(red: 0.953, green: 0.682, blue: 0.737)
/* Android */
Color.parseColor("#f3aebc")Accessibility — WCAG contrast
Aa
#f3aebc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aebc on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green68.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow22.6%
Key (black)4.7%
Color previews
#f3aebc text on a black background
contrast 11.59:1
Card sample
#f3aebc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aebc;
Background color
Panel with #f3aebc background
background-color: #f3aebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 174, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 174, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aebc; background: linear-gradient(135deg, #f3aebc, #F3CEAE);