#f4bdaf
a light, electric red · warm · closest name: pink
RGB
244, 189, 175
HSL
12°, 76%, 82%
CMYK
0, 23, 28, 4
Luminance
0.5872
Every format
| HEX | #f4bdaf |
| RGB | rgb(244, 189, 175) |
| HSL | hsl(12, 76%, 82%) |
| CMYK | cmyk(0%, 23%, 28%, 4%) |
| LAB | lab(81.1 17.8 14.7) |
| LCH | lch(81.1 23.1 39.5) |
| OKLCH | oklch(0.844 0.067 34.7) |
Copy-ready code
/* CSS */
color: #f4bdaf;
background-color: #f4bdaf;
/* Tailwind (arbitrary) */
class="text-[#f4bdaf] bg-[#f4bdaf]"
/* SCSS */
$brand: #f4bdaf;
/* SwiftUI */
Color(red: 0.957, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#f4bdaf")Accessibility — WCAG contrast
Aa
#f4bdaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bdaf on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow28.3%
Key (black)4.3%
Color previews
#f4bdaf text on a black background
contrast 12.74:1
Card sample
#f4bdaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bdaf;
Background color
Panel with #f4bdaf background
background-color: #f4bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bdaf; background: linear-gradient(135deg, #f4bdaf, #F4EBAF);