#f7bdaf
a light, electric red · warm · closest name: pink
RGB
247, 189, 175
HSL
12°, 82%, 83%
CMYK
0, 24, 29, 3
Luminance
0.5926
Every format
| HEX | #f7bdaf |
| RGB | rgb(247, 189, 175) |
| HSL | hsl(12, 82%, 83%) |
| CMYK | cmyk(0%, 24%, 29%, 3%) |
| LAB | lab(81.4 18.9 15.2) |
| LCH | lch(81.4 24.2 38.7) |
| OKLCH | oklch(0.847 0.070 33.9) |
Copy-ready code
/* CSS */
color: #f7bdaf;
background-color: #f7bdaf;
/* Tailwind (arbitrary) */
class="text-[#f7bdaf] bg-[#f7bdaf]"
/* SCSS */
$brand: #f7bdaf;
/* SwiftUI */
Color(red: 0.969, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#f7bdaf")Accessibility — WCAG contrast
Aa
#f7bdaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bdaf on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow29.1%
Key (black)3.1%
Color previews
#f7bdaf text on a black background
contrast 12.85:1
Card sample
#f7bdaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bdaf;
Background color
Panel with #f7bdaf background
background-color: #f7bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bdaf; background: linear-gradient(135deg, #f7bdaf, #F7EDAF);