#ffcaa8
a light, electric orange · warm · closest name: tan
RGB
255, 202, 168
HSL
23°, 100%, 83%
CMYK
0, 21, 34, 0
Luminance
0.6633
Every format
| HEX | #ffcaa8 |
| RGB | rgb(255, 202, 168) |
| HSL | hsl(23, 100%, 83%) |
| CMYK | cmyk(0%, 21%, 34%, 0%) |
| LAB | lab(85.2 14.3 24.1) |
| LCH | lch(85.2 28.0 59.5) |
| OKLCH | oklch(0.877 0.075 54.2) |
Copy-ready code
/* CSS */
color: #ffcaa8;
background-color: #ffcaa8;
/* Tailwind (arbitrary) */
class="text-[#ffcaa8] bg-[#ffcaa8]"
/* SCSS */
$brand: #ffcaa8;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.659)
/* Android */
Color.parseColor("#ffcaa8")Accessibility — WCAG contrast
Aa
#ffcaa8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcaa8 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow34.1%
Key (black)0.0%
Color previews
#ffcaa8 text on a black background
contrast 14.27:1
Card sample
#ffcaa8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcaa8;
Background color
Panel with #ffcaa8 background
background-color: #ffcaa8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcaa8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcaa8; background: linear-gradient(135deg, #ffcaa8, #FAFFA8);