#ffc0ac
a light, electric red · warm · closest name: pink
RGB
255, 192, 172
HSL
15°, 100%, 84%
CMYK
0, 25, 33, 0
Luminance
0.6194
Every format
| HEX | #ffc0ac |
| RGB | rgb(255, 192, 172) |
| HSL | hsl(15, 100%, 84%) |
| CMYK | cmyk(0%, 25%, 33%, 0%) |
| LAB | lab(82.9 20.0 18.9) |
| LCH | lch(82.9 27.5 43.4) |
| OKLCH | oklch(0.860 0.078 38.3) |
Copy-ready code
/* CSS */
color: #ffc0ac;
background-color: #ffc0ac;
/* Tailwind (arbitrary) */
class="text-[#ffc0ac] bg-[#ffc0ac]"
/* SCSS */
$brand: #ffc0ac;
/* SwiftUI */
Color(red: 1.000, green: 0.753, blue: 0.675)
/* Android */
Color.parseColor("#ffc0ac")Accessibility — WCAG contrast
Aa
#ffc0ac on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc0ac on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.7%
Yellow32.5%
Key (black)0.0%
Color previews
#ffc0ac text on a black background
contrast 13.39:1
Card sample
#ffc0ac text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc0ac;
Background color
Panel with #ffc0ac background
background-color: #ffc0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 192, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 192, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc0ac; background: linear-gradient(135deg, #ffc0ac, #FFF7AC);