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