#ffc3bc
a pale, electric red · warm · closest name: pink
RGB
255, 195, 188
HSL
6°, 100%, 87%
CMYK
0, 24, 26, 0
Luminance
0.6392
Every format
| HEX | #ffc3bc |
| RGB | rgb(255, 195, 188) |
| HSL | hsl(6, 100%, 87%) |
| CMYK | cmyk(0%, 24%, 26%, 0%) |
| LAB | lab(83.9 20.5 11.8) |
| LCH | lch(83.9 23.6 30.0) |
| OKLCH | oklch(0.869 0.070 26.2) |
Copy-ready code
/* CSS */
color: #ffc3bc;
background-color: #ffc3bc;
/* Tailwind (arbitrary) */
class="text-[#ffc3bc] bg-[#ffc3bc]"
/* SCSS */
$brand: #ffc3bc;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.737)
/* Android */
Color.parseColor("#ffc3bc")Accessibility — WCAG contrast
Aa
#ffc3bc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc3bc on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow26.3%
Key (black)0.0%
Color previews
#ffc3bc text on a black background
contrast 13.78:1
Card sample
#ffc3bc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc3bc;
Background color
Panel with #ffc3bc background
background-color: #ffc3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc3bc; background: linear-gradient(135deg, #ffc3bc, #FFF0BC);