#ffd7af
a light, electric orange · warm · closest name: tan
RGB
255, 215, 175
HSL
30°, 100%, 84%
CMYK
0, 16, 31, 0
Luminance
0.7296
Every format
| HEX | #ffd7af |
| RGB | rgb(255, 215, 175) |
| HSL | hsl(30, 100%, 84%) |
| CMYK | cmyk(0%, 16%, 31%, 0%) |
| LAB | lab(88.4 8.4 25.0) |
| LCH | lch(88.4 26.3 71.5) |
| OKLCH | oklch(0.903 0.069 66.8) |
Copy-ready code
/* CSS */
color: #ffd7af;
background-color: #ffd7af;
/* Tailwind (arbitrary) */
class="text-[#ffd7af] bg-[#ffd7af]"
/* SCSS */
$brand: #ffd7af;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.686)
/* Android */
Color.parseColor("#ffd7af")Accessibility — WCAG contrast
Aa
#ffd7af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd7af on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow31.4%
Key (black)0.0%
Color previews
#ffd7af text on a black background
contrast 15.59:1
Card sample
#ffd7af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd7af;
Background color
Panel with #ffd7af background
background-color: #ffd7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd7af; background: linear-gradient(135deg, #ffd7af, #F2FFAF);