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