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