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