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