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