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