#f3adbb
a light, vivid red · warm · closest name: pink
RGB
243, 173, 187
HSL
348°, 75%, 82%
CMYK
0, 29, 23, 5
Luminance
0.5253
Every format
| HEX | #f3adbb |
| RGB | rgb(243, 173, 187) |
| HSL | hsl(348, 75%, 82%) |
| CMYK | cmyk(0%, 29%, 23%, 5%) |
| LAB | lab(77.6 27.6 3.1) |
| LCH | lch(77.6 27.7 6.5) |
| OKLCH | oklch(0.818 0.084 5.9) |
Copy-ready code
/* CSS */
color: #f3adbb;
background-color: #f3adbb;
/* Tailwind (arbitrary) */
class="text-[#f3adbb] bg-[#f3adbb]"
/* SCSS */
$brand: #f3adbb;
/* SwiftUI */
Color(red: 0.953, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#f3adbb")Accessibility — WCAG contrast
Aa
#f3adbb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3adbb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow23.0%
Key (black)4.7%
Color previews
#f3adbb text on a black background
contrast 11.51:1
Card sample
#f3adbb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3adbb;
Background color
Panel with #f3adbb background
background-color: #f3adbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3adbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3adbb; background: linear-gradient(135deg, #f3adbb, #F3CEAD);