#ffc7ba
a pale, electric red · warm · closest name: pink
RGB
255, 199, 186
HSL
11°, 100%, 87%
CMYK
0, 22, 27, 0
Luminance
0.6565
Every format
| HEX | #ffc7ba |
| RGB | rgb(255, 199, 186) |
| HSL | hsl(11, 100%, 87%) |
| CMYK | cmyk(0%, 22%, 27%, 0%) |
| LAB | lab(84.8 18.1 14.2) |
| LCH | lch(84.8 23.0 38.1) |
| OKLCH | oklch(0.876 0.067 33.3) |
Copy-ready code
/* CSS */
color: #ffc7ba;
background-color: #ffc7ba;
/* Tailwind (arbitrary) */
class="text-[#ffc7ba] bg-[#ffc7ba]"
/* SCSS */
$brand: #ffc7ba;
/* SwiftUI */
Color(red: 1.000, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#ffc7ba")Accessibility — WCAG contrast
Aa
#ffc7ba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc7ba on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ffc7ba text on a black background
contrast 14.13:1
Card sample
#ffc7ba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc7ba;
Background color
Panel with #ffc7ba background
background-color: #ffc7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc7ba; background: linear-gradient(135deg, #ffc7ba, #FFF5BA);