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