#fbafc0
a light, electric red · warm · closest name: pink
RGB
251, 175, 192
HSL
347°, 91%, 84%
CMYK
0, 30, 24, 2
Luminance
0.5497
Every format
| HEX | #fbafc0 |
| RGB | rgb(251, 175, 192) |
| HSL | hsl(347, 91%, 84%) |
| CMYK | cmyk(0%, 30%, 24%, 2%) |
| LAB | lab(79.0 30.1 2.6) |
| LCH | lch(79.0 30.2 4.9) |
| OKLCH | oklch(0.831 0.091 4.5) |
Copy-ready code
/* CSS */
color: #fbafc0;
background-color: #fbafc0;
/* Tailwind (arbitrary) */
class="text-[#fbafc0] bg-[#fbafc0]"
/* SCSS */
$brand: #fbafc0;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.753)
/* Android */
Color.parseColor("#fbafc0")Accessibility — WCAG contrast
Aa
#fbafc0 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbafc0 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow23.5%
Key (black)1.6%
Color previews
#fbafc0 text on a black background
contrast 11.99:1
Card sample
#fbafc0 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbafc0;
Background color
Panel with #fbafc0 background
background-color: #fbafc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbafc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbafc0; background: linear-gradient(135deg, #fbafc0, #FBD1AF);