#ffb8be
a pale, electric red · warm · closest name: pink
RGB
255, 184, 190
HSL
355°, 100%, 86%
CMYK
0, 28, 26, 0
Luminance
0.5926
Every format
| HEX | #ffb8be |
| RGB | rgb(255, 184, 190) |
| HSL | hsl(355, 100%, 86%) |
| CMYK | cmyk(0%, 28%, 26%, 0%) |
| LAB | lab(81.4 26.5 7.2) |
| LCH | lch(81.4 27.5 15.2) |
| OKLCH | oklch(0.850 0.083 13.4) |
Copy-ready code
/* CSS */
color: #ffb8be;
background-color: #ffb8be;
/* Tailwind (arbitrary) */
class="text-[#ffb8be] bg-[#ffb8be]"
/* SCSS */
$brand: #ffb8be;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.745)
/* Android */
Color.parseColor("#ffb8be")Accessibility — WCAG contrast
Aa
#ffb8be on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb8be on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow25.5%
Key (black)0.0%
Color previews
#ffb8be text on a black background
contrast 12.85:1
Card sample
#ffb8be text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb8be;
Background color
Panel with #ffb8be background
background-color: #ffb8be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb8be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb8be; background: linear-gradient(135deg, #ffb8be, #FFE1B8);