#ffcca7
a light, electric orange · warm · closest name: tan
RGB
255, 204, 167
HSL
25°, 100%, 83%
CMYK
0, 20, 35, 0
Luminance
0.6724
Every format
| HEX | #ffcca7 |
| RGB | rgb(255, 204, 167) |
| HSL | hsl(25, 100%, 83%) |
| CMYK | cmyk(0%, 20%, 35%, 0%) |
| LAB | lab(85.6 13.1 25.3) |
| LCH | lch(85.6 28.5 62.6) |
| OKLCH | oklch(0.881 0.076 57.5) |
Copy-ready code
/* CSS */
color: #ffcca7;
background-color: #ffcca7;
/* Tailwind (arbitrary) */
class="text-[#ffcca7] bg-[#ffcca7]"
/* SCSS */
$brand: #ffcca7;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.655)
/* Android */
Color.parseColor("#ffcca7")Accessibility — WCAG contrast
Aa
#ffcca7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcca7 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow34.5%
Key (black)0.0%
Color previews
#ffcca7 text on a black background
contrast 14.45:1
Card sample
#ffcca7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcca7;
Background color
Panel with #ffcca7 background
background-color: #ffcca7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcca7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcca7; background: linear-gradient(135deg, #ffcca7, #F7FFA7);