#f3b0af
a light, vivid red · warm · closest name: pink
RGB
243, 176, 175
HSL
1°, 74%, 82%
CMYK
0, 28, 28, 5
Luminance
0.5320
Every format
| HEX | #f3b0af |
| RGB | rgb(243, 176, 175) |
| HSL | hsl(1, 74%, 82%) |
| CMYK | cmyk(0%, 28%, 28%, 5%) |
| LAB | lab(78.0 24.3 10.2) |
| LCH | lch(78.0 26.4 22.8) |
| OKLCH | oklch(0.820 0.079 19.9) |
Copy-ready code
/* CSS */
color: #f3b0af;
background-color: #f3b0af;
/* Tailwind (arbitrary) */
class="text-[#f3b0af] bg-[#f3b0af]"
/* SCSS */
$brand: #f3b0af;
/* SwiftUI */
Color(red: 0.953, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#f3b0af")Accessibility — WCAG contrast
Aa
#f3b0af on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b0af on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green69.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow28.0%
Key (black)4.7%
Color previews
#f3b0af text on a black background
contrast 11.64:1
Card sample
#f3b0af text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b0af;
Background color
Panel with #f3b0af background
background-color: #f3b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b0af; background: linear-gradient(135deg, #f3b0af, #F3DDAF);