#ffd3ac
a light, electric orange · warm · closest name: tan
RGB
255, 211, 172
HSL
28°, 100%, 84%
CMYK
0, 17, 33, 0
Luminance
0.7083
Every format
| HEX | #ffd3ac |
| RGB | rgb(255, 211, 172) |
| HSL | hsl(28, 100%, 84%) |
| CMYK | cmyk(0%, 17%, 33%, 0%) |
| LAB | lab(87.4 10.1 25.1) |
| LCH | lch(87.4 27.1 68.2) |
| OKLCH | oklch(0.895 0.071 63.3) |
Copy-ready code
/* CSS */
color: #ffd3ac;
background-color: #ffd3ac;
/* Tailwind (arbitrary) */
class="text-[#ffd3ac] bg-[#ffd3ac]"
/* SCSS */
$brand: #ffd3ac;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.675)
/* Android */
Color.parseColor("#ffd3ac")Accessibility — WCAG contrast
Aa
#ffd3ac on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd3ac on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow32.5%
Key (black)0.0%
Color previews
#ffd3ac text on a black background
contrast 15.17:1
Card sample
#ffd3ac text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd3ac;
Background color
Panel with #ffd3ac background
background-color: #ffd3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd3ac; background: linear-gradient(135deg, #ffd3ac, #F4FFAC);