#f6bfac
a light, electric orange · warm · closest name: pink
RGB
246, 191, 172
HSL
15°, 80%, 82%
CMYK
0, 22, 30, 4
Luminance
0.5983
Every format
| HEX | #f6bfac |
| RGB | rgb(246, 191, 172) |
| HSL | hsl(15, 80%, 82%) |
| CMYK | cmyk(0%, 22%, 30%, 4%) |
| LAB | lab(81.8 17.1 17.2) |
| LCH | lch(81.8 24.2 45.1) |
| OKLCH | oklch(0.849 0.069 39.9) |
Copy-ready code
/* CSS */
color: #f6bfac;
background-color: #f6bfac;
/* Tailwind (arbitrary) */
class="text-[#f6bfac] bg-[#f6bfac]"
/* SCSS */
$brand: #f6bfac;
/* SwiftUI */
Color(red: 0.965, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#f6bfac")Accessibility — WCAG contrast
Aa
#f6bfac on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bfac on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow30.1%
Key (black)3.5%
Color previews
#f6bfac text on a black background
contrast 12.97:1
Card sample
#f6bfac text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bfac;
Background color
Panel with #f6bfac background
background-color: #f6bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bfac; background: linear-gradient(135deg, #f6bfac, #F6F0AC);