#ffbdc7
a pale, electric red · warm · “pink”
RGB
255, 189, 199
HSL
351°, 100%, 87%
CMYK
0, 26, 22, 0
Luminance
0.6178
Every format
| HEX | #ffbdc7 |
| RGB | rgb(255, 189, 199) |
| HSL | hsl(351, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 22%, 0%) |
| LAB | lab(82.8 25.1 4.3) |
| LCH | lch(82.8 25.5 9.8) |
| OKLCH | oklch(0.861 0.077 8.7) |
Copy-ready code
/* CSS */
color: #ffbdc7;
background-color: #ffbdc7;
/* Tailwind (arbitrary) */
class="text-[#ffbdc7] bg-[#ffbdc7]"
/* SCSS */
$brand: #ffbdc7;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.780)
/* Android */
Color.parseColor("#ffbdc7")Accessibility — WCAG contrast
Aa
#ffbdc7 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbdc7 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow22.0%
Key (black)0.0%
Color previews
#ffbdc7 text on a black background
contrast 13.36:1
Card sample
#ffbdc7 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbdc7;
Background color
Panel with #ffbdc7 background
background-color: #ffbdc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbdc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbdc7; background: linear-gradient(135deg, #ffbdc7, #FFDFBD);