#ffbaca
a pale, electric red · warm · closest name: pink
RGB
255, 186, 202
HSL
346°, 100%, 87%
CMYK
0, 27, 21, 0
Luminance
0.6064
Every format
| HEX | #ffbaca |
| RGB | rgb(255, 186, 202) |
| HSL | hsl(346, 100%, 87%) |
| CMYK | cmyk(0%, 27%, 21%, 0%) |
| LAB | lab(82.2 27.1 1.8) |
| LCH | lch(82.2 27.2 3.9) |
| OKLCH | oklch(0.857 0.082 3.6) |
Copy-ready code
/* CSS */
color: #ffbaca;
background-color: #ffbaca;
/* Tailwind (arbitrary) */
class="text-[#ffbaca] bg-[#ffbaca]"
/* SCSS */
$brand: #ffbaca;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.792)
/* Android */
Color.parseColor("#ffbaca")Accessibility — WCAG contrast
Aa
#ffbaca on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbaca on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow20.8%
Key (black)0.0%
Color previews
#ffbaca text on a black background
contrast 13.13:1
Card sample
#ffbaca text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbaca;
Background color
Panel with #ffbaca background
background-color: #ffbaca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbaca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbaca; background: linear-gradient(135deg, #ffbaca, #FFD8BA);