#ffccac
a light, electric orange · warm · closest name: tan
RGB
255, 204, 172
HSL
23°, 100%, 84%
CMYK
0, 20, 33, 0
Luminance
0.6742
Every format
| HEX | #ffccac |
| RGB | rgb(255, 204, 172) |
| HSL | hsl(23, 100%, 84%) |
| CMYK | cmyk(0%, 20%, 33%, 0%) |
| LAB | lab(85.7 13.7 22.8) |
| LCH | lch(85.7 26.6 59.0) |
| OKLCH | oklch(0.882 0.072 53.6) |
Copy-ready code
/* CSS */
color: #ffccac;
background-color: #ffccac;
/* Tailwind (arbitrary) */
class="text-[#ffccac] bg-[#ffccac]"
/* SCSS */
$brand: #ffccac;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#ffccac")Accessibility — WCAG contrast
Aa
#ffccac on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccac on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow32.5%
Key (black)0.0%
Color previews
#ffccac text on a black background
contrast 14.48:1
Card sample
#ffccac text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccac;
Background color
Panel with #ffccac background
background-color: #ffccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccac; background: linear-gradient(135deg, #ffccac, #FBFFAC);