#f2beba
a light, vivid red · warm · closest name: pink
RGB
242, 190, 186
HSL
4°, 68%, 84%
CMYK
0, 22, 23, 5
Luminance
0.5925
Every format
| HEX | #f2beba |
| RGB | rgb(242, 190, 186) |
| HSL | hsl(4, 68%, 84%) |
| CMYK | cmyk(0%, 22%, 23%, 5%) |
| LAB | lab(81.4 18.1 9.2) |
| LCH | lch(81.4 20.3 26.9) |
| OKLCH | oklch(0.847 0.060 23.5) |
Copy-ready code
/* CSS */
color: #f2beba;
background-color: #f2beba;
/* Tailwind (arbitrary) */
class="text-[#f2beba] bg-[#f2beba]"
/* SCSS */
$brand: #f2beba;
/* SwiftUI */
Color(red: 0.949, green: 0.745, blue: 0.729)
/* Android */
Color.parseColor("#f2beba")Accessibility — WCAG contrast
Aa
#f2beba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2beba on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green74.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow23.1%
Key (black)5.1%
Color previews
#f2beba text on a black background
contrast 12.85:1
Card sample
#f2beba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2beba;
Background color
Panel with #f2beba background
background-color: #f2beba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2beba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 190, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 190, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2beba; background: linear-gradient(135deg, #f2beba, #F2E3BA);