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