#ffd2ba
a pale, electric orange · warm · closest name: tan
RGB
255, 210, 186
HSL
21°, 100%, 87%
CMYK
0, 18, 27, 0
Luminance
0.7090
Every format
| HEX | #ffd2ba |
| RGB | rgb(255, 210, 186) |
| HSL | hsl(21, 100%, 87%) |
| CMYK | cmyk(0%, 18%, 27%, 0%) |
| LAB | lab(87.4 12.4 17.8) |
| LCH | lch(87.4 21.7 55.3) |
| OKLCH | oklch(0.896 0.060 49.6) |
Copy-ready code
/* CSS */
color: #ffd2ba;
background-color: #ffd2ba;
/* Tailwind (arbitrary) */
class="text-[#ffd2ba] bg-[#ffd2ba]"
/* SCSS */
$brand: #ffd2ba;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 0.729)
/* Android */
Color.parseColor("#ffd2ba")Accessibility — WCAG contrast
Aa
#ffd2ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd2ba on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow27.1%
Key (black)0.0%
Color previews
#ffd2ba text on a black background
contrast 15.18:1
Card sample
#ffd2ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd2ba;
Background color
Panel with #ffd2ba background
background-color: #ffd2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd2ba; background: linear-gradient(135deg, #ffd2ba, #FEFFBA);