#ffbdc2
a pale, electric red · warm · closest name: pink
RGB
255, 189, 194
HSL
356°, 100%, 87%
CMYK
0, 26, 24, 0
Luminance
0.6155
Every format
| HEX | #ffbdc2 |
| RGB | rgb(255, 189, 194) |
| HSL | hsl(356, 100%, 87%) |
| CMYK | cmyk(0%, 26%, 24%, 0%) |
| LAB | lab(82.7 24.4 6.8) |
| LCH | lch(82.7 25.4 15.6) |
| OKLCH | oklch(0.860 0.076 13.7) |
Copy-ready code
/* CSS */
color: #ffbdc2;
background-color: #ffbdc2;
/* Tailwind (arbitrary) */
class="text-[#ffbdc2] bg-[#ffbdc2]"
/* SCSS */
$brand: #ffbdc2;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.761)
/* Android */
Color.parseColor("#ffbdc2")Accessibility — WCAG contrast
Aa
#ffbdc2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbdc2 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow23.9%
Key (black)0.0%
Color previews
#ffbdc2 text on a black background
contrast 13.31:1
Card sample
#ffbdc2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbdc2;
Background color
Panel with #ffbdc2 background
background-color: #ffbdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbdc2; background: linear-gradient(135deg, #ffbdc2, #FFE4BD);