#f2bdaf
a light, vivid red · warm · closest name: pink
RGB
242, 189, 175
HSL
13°, 72%, 82%
CMYK
0, 22, 28, 5
Luminance
0.5837
Every format
| HEX | #f2bdaf |
| RGB | rgb(242, 189, 175) |
| HSL | hsl(13, 72%, 82%) |
| CMYK | cmyk(0%, 22%, 28%, 5%) |
| LAB | lab(80.9 17.1 14.4) |
| LCH | lch(80.9 22.3 40.1) |
| OKLCH | oklch(0.842 0.065 35.3) |
Copy-ready code
/* CSS */
color: #f2bdaf;
background-color: #f2bdaf;
/* Tailwind (arbitrary) */
class="text-[#f2bdaf] bg-[#f2bdaf]"
/* SCSS */
$brand: #f2bdaf;
/* SwiftUI */
Color(red: 0.949, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#f2bdaf")Accessibility — WCAG contrast
Aa
#f2bdaf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bdaf on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow27.7%
Key (black)5.1%
Color previews
#f2bdaf text on a black background
contrast 12.67:1
Card sample
#f2bdaf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bdaf;
Background color
Panel with #f2bdaf background
background-color: #f2bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bdaf; background: linear-gradient(135deg, #f2bdaf, #F2EAAF);