#ffd4af
a light, electric orange · warm · closest name: tan
RGB
255, 212, 175
HSL
28°, 100%, 84%
CMYK
0, 17, 31, 0
Luminance
0.7144
Every format
| HEX | #ffd4af |
| RGB | rgb(255, 212, 175) |
| HSL | hsl(28, 100%, 84%) |
| CMYK | cmyk(0%, 17%, 31%, 0%) |
| LAB | lab(87.7 9.9 24.0) |
| LCH | lch(87.7 25.9 67.5) |
| OKLCH | oklch(0.898 0.069 62.5) |
Copy-ready code
/* CSS */
color: #ffd4af;
background-color: #ffd4af;
/* Tailwind (arbitrary) */
class="text-[#ffd4af] bg-[#ffd4af]"
/* SCSS */
$brand: #ffd4af;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#ffd4af")Accessibility — WCAG contrast
Aa
#ffd4af on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd4af on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ffd4af text on a black background
contrast 15.29:1
Card sample
#ffd4af text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd4af;
Background color
Panel with #ffd4af background
background-color: #ffd4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd4af; background: linear-gradient(135deg, #ffd4af, #F5FFAF);