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