#ffc5ac
a light, electric orange · warm · closest name: tan
RGB
255, 197, 172
HSL
18°, 100%, 84%
CMYK
0, 23, 33, 0
Luminance
0.6417
Every format
| HEX | #ffc5ac |
| RGB | rgb(255, 197, 172) |
| HSL | hsl(18, 100%, 84%) |
| CMYK | cmyk(0%, 23%, 33%, 0%) |
| LAB | lab(84.1 17.3 20.5) |
| LCH | lch(84.1 26.9 49.8) |
| OKLCH | oklch(0.869 0.075 44.4) |
Copy-ready code
/* CSS */
color: #ffc5ac;
background-color: #ffc5ac;
/* Tailwind (arbitrary) */
class="text-[#ffc5ac] bg-[#ffc5ac]"
/* SCSS */
$brand: #ffc5ac;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.675)
/* Android */
Color.parseColor("#ffc5ac")Accessibility — WCAG contrast
Aa
#ffc5ac on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc5ac on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow32.5%
Key (black)0.0%
Color previews
#ffc5ac text on a black background
contrast 13.83:1
Card sample
#ffc5ac text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc5ac;
Background color
Panel with #ffc5ac background
background-color: #ffc5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc5ac; background: linear-gradient(135deg, #ffc5ac, #FFFCAC);