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