#f0bdaf
a light, vivid red · warm · closest name: pink
RGB
240, 189, 175
HSL
13°, 68%, 81%
CMYK
0, 21, 27, 6
Luminance
0.5802
Every format
| HEX | #f0bdaf |
| RGB | rgb(240, 189, 175) |
| HSL | hsl(13, 68%, 81%) |
| CMYK | cmyk(0%, 21%, 27%, 6%) |
| LAB | lab(80.8 16.3 14.1) |
| LCH | lch(80.8 21.6 40.8) |
| OKLCH | oklch(0.840 0.062 35.9) |
Copy-ready code
/* CSS */
color: #f0bdaf;
background-color: #f0bdaf;
/* Tailwind (arbitrary) */
class="text-[#f0bdaf] bg-[#f0bdaf]"
/* SCSS */
$brand: #f0bdaf;
/* SwiftUI */
Color(red: 0.941, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#f0bdaf")Accessibility — WCAG contrast
Aa
#f0bdaf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0bdaf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green74.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow27.1%
Key (black)5.9%
Color previews
#f0bdaf text on a black background
contrast 12.60:1
Card sample
#f0bdaf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0bdaf;
Background color
Panel with #f0bdaf background
background-color: #f0bdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0bdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0bdaf; background: linear-gradient(135deg, #f0bdaf, #F0E8AF);