#ffc7bc
a pale, electric red · warm · closest name: pink
RGB
255, 199, 188
HSL
10°, 100%, 87%
CMYK
0, 22, 26, 0
Luminance
0.6574
Every format
| HEX | #ffc7bc |
| RGB | rgb(255, 199, 188) |
| HSL | hsl(10, 100%, 87%) |
| CMYK | cmyk(0%, 22%, 26%, 0%) |
| LAB | lab(84.9 18.4 13.2) |
| LCH | lch(84.9 22.6 35.6) |
| OKLCH | oklch(0.876 0.066 31.2) |
Copy-ready code
/* CSS */
color: #ffc7bc;
background-color: #ffc7bc;
/* Tailwind (arbitrary) */
class="text-[#ffc7bc] bg-[#ffc7bc]"
/* SCSS */
$brand: #ffc7bc;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.737)
/* Android */
Color.parseColor("#ffc7bc")Accessibility — WCAG contrast
Aa
#ffc7bc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7bc on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow26.3%
Key (black)0.0%
Color previews
#ffc7bc text on a black background
contrast 14.15:1
Card sample
#ffc7bc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7bc;
Background color
Panel with #ffc7bc background
background-color: #ffc7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7bc; background: linear-gradient(135deg, #ffc7bc, #FFF4BC);