#f3bcaf
a light, vivid red · warm · closest name: pink
RGB
243, 188, 175
HSL
12°, 74%, 82%
CMYK
0, 23, 28, 5
Luminance
0.5812
Every format
| HEX | #f3bcaf |
| RGB | rgb(243, 188, 175) |
| HSL | hsl(12, 74%, 82%) |
| CMYK | cmyk(0%, 23%, 28%, 5%) |
| LAB | lab(80.8 18.0 14.2) |
| LCH | lch(80.8 22.9 38.3) |
| OKLCH | oklch(0.841 0.067 33.6) |
Copy-ready code
/* CSS */
color: #f3bcaf;
background-color: #f3bcaf;
/* Tailwind (arbitrary) */
class="text-[#f3bcaf] bg-[#f3bcaf]"
/* SCSS */
$brand: #f3bcaf;
/* SwiftUI */
Color(red: 0.953, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#f3bcaf")Accessibility — WCAG contrast
Aa
#f3bcaf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bcaf on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow28.0%
Key (black)4.7%
Color previews
#f3bcaf text on a black background
contrast 12.62:1
Card sample
#f3bcaf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bcaf;
Background color
Panel with #f3bcaf background
background-color: #f3bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bcaf; background: linear-gradient(135deg, #f3bcaf, #F3E9AF);