#ffc8ae
a light, electric orange · warm · closest name: tan
RGB
255, 200, 174
HSL
19°, 100%, 84%
CMYK
0, 22, 32, 0
Luminance
0.6562
Every format
| HEX | #ffc8ae |
| RGB | rgb(255, 200, 174) |
| HSL | hsl(19, 100%, 84%) |
| CMYK | cmyk(0%, 22%, 32%, 0%) |
| LAB | lab(84.8 16.0 20.5) |
| LCH | lch(84.8 26.0 52.0) |
| OKLCH | oklch(0.875 0.072 46.5) |
Copy-ready code
/* CSS */
color: #ffc8ae;
background-color: #ffc8ae;
/* Tailwind (arbitrary) */
class="text-[#ffc8ae] bg-[#ffc8ae]"
/* SCSS */
$brand: #ffc8ae;
/* SwiftUI */
Color(red: 1.000, green: 0.784, blue: 0.682)
/* Android */
Color.parseColor("#ffc8ae")Accessibility — WCAG contrast
Aa
#ffc8ae on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc8ae on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow31.8%
Key (black)0.0%
Color previews
#ffc8ae text on a black background
contrast 14.12:1
Card sample
#ffc8ae text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc8ae;
Background color
Panel with #ffc8ae background
background-color: #ffc8ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc8ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 200, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 200, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc8ae; background: linear-gradient(135deg, #ffc8ae, #FFFEAE);