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