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