#ffb3cb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 179, 203
HSL
341°, 100%, 85%
CMYK
0, 30, 20, 0
Luminance
0.5781
Every format
| HEX | #ffb3cb |
| RGB | rgb(255, 179, 203) |
| HSL | hsl(341, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 20%, 0%) |
| LAB | lab(80.6 31.0 -1.0) |
| LCH | lch(80.6 31.0 358.2) |
| OKLCH | oklch(0.845 0.093 358.7) |
Copy-ready code
/* CSS */
color: #ffb3cb;
background-color: #ffb3cb;
/* Tailwind (arbitrary) */
class="text-[#ffb3cb] bg-[#ffb3cb]"
/* SCSS */
$brand: #ffb3cb;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.796)
/* Android */
Color.parseColor("#ffb3cb")Accessibility — WCAG contrast
Aa
#ffb3cb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3cb on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow20.4%
Key (black)0.0%
Color previews
#ffb3cb text on a black background
contrast 12.56:1
Card sample
#ffb3cb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3cb;
Background color
Panel with #ffb3cb background
background-color: #ffb3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3cb; background: linear-gradient(135deg, #ffb3cb, #FFCEB3);