#ffbeaf
a light, electric red · warm · closest name: pink
RGB
255, 190, 175
HSL
11°, 100%, 84%
CMYK
0, 26, 31, 0
Luminance
0.6118
Every format
| HEX | #ffbeaf |
| RGB | rgb(255, 190, 175) |
| HSL | hsl(11, 100%, 84%) |
| CMYK | cmyk(0%, 26%, 31%, 0%) |
| LAB | lab(82.5 21.4 16.7) |
| LCH | lch(82.5 27.1 38.0) |
| OKLCH | oklch(0.857 0.078 33.3) |
Copy-ready code
/* CSS */
color: #ffbeaf;
background-color: #ffbeaf;
/* Tailwind (arbitrary) */
class="text-[#ffbeaf] bg-[#ffbeaf]"
/* SCSS */
$brand: #ffbeaf;
/* SwiftUI */
Color(red: 1.000, green: 0.745, blue: 0.686)
/* Android */
Color.parseColor("#ffbeaf")Accessibility — WCAG contrast
Aa
#ffbeaf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbeaf on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow31.4%
Key (black)0.0%
Color previews
#ffbeaf text on a black background
contrast 13.24:1
Card sample
#ffbeaf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbeaf;
Background color
Panel with #ffbeaf background
background-color: #ffbeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 190, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 190, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbeaf; background: linear-gradient(135deg, #ffbeaf, #FFF3AF);