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