#f6bcaf
a light, electric red · warm · closest name: pink
RGB
246, 188, 175
HSL
11°, 80%, 83%
CMYK
0, 24, 29, 4
Luminance
0.5865
Every format
| HEX | #f6bcaf |
| RGB | rgb(246, 188, 175) |
| HSL | hsl(11, 80%, 83%) |
| CMYK | cmyk(0%, 24%, 29%, 4%) |
| LAB | lab(81.1 19.1 14.7) |
| LCH | lch(81.1 24.1 37.5) |
| OKLCH | oklch(0.844 0.070 32.9) |
Copy-ready code
/* CSS */
color: #f6bcaf;
background-color: #f6bcaf;
/* Tailwind (arbitrary) */
class="text-[#f6bcaf] bg-[#f6bcaf]"
/* SCSS */
$brand: #f6bcaf;
/* SwiftUI */
Color(red: 0.965, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#f6bcaf")Accessibility — WCAG contrast
Aa
#f6bcaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bcaf on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow28.9%
Key (black)3.5%
Color previews
#f6bcaf text on a black background
contrast 12.73:1
Card sample
#f6bcaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bcaf;
Background color
Panel with #f6bcaf background
background-color: #f6bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bcaf; background: linear-gradient(135deg, #f6bcaf, #F6EBAF);