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