#ffbaac
a light, electric red · warm · closest name: pink
RGB
255, 186, 172
HSL
10°, 100%, 84%
CMYK
0, 27, 33, 0
Luminance
0.5936
Every format
| HEX | #ffbaac |
| RGB | rgb(255, 186, 172) |
| HSL | hsl(10, 100%, 84%) |
| CMYK | cmyk(0%, 27%, 33%, 0%) |
| LAB | lab(81.5 23.1 16.9) |
| LCH | lch(81.5 28.6 36.3) |
| OKLCH | oklch(0.849 0.083 31.7) |
Copy-ready code
/* CSS */
color: #ffbaac;
background-color: #ffbaac;
/* Tailwind (arbitrary) */
class="text-[#ffbaac] bg-[#ffbaac]"
/* SCSS */
$brand: #ffbaac;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#ffbaac")Accessibility — WCAG contrast
Aa
#ffbaac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbaac on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow32.5%
Key (black)0.0%
Color previews
#ffbaac text on a black background
contrast 12.87:1
Card sample
#ffbaac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbaac;
Background color
Panel with #ffbaac background
background-color: #ffbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbaac; background: linear-gradient(135deg, #ffbaac, #FFF1AC);