#ffd6b8
a pale, electric orange · warm · closest name: tan
RGB
255, 214, 184
HSL
25°, 100%, 86%
CMYK
0, 16, 28, 0
Luminance
0.7281
Every format
| HEX | #ffd6b8 |
| RGB | rgb(255, 214, 184) |
| HSL | hsl(25, 100%, 86%) |
| CMYK | cmyk(0%, 16%, 28%, 0%) |
| LAB | lab(88.4 10.0 20.2) |
| LCH | lch(88.4 22.5 63.6) |
| OKLCH | oklch(0.903 0.061 58.1) |
Copy-ready code
/* CSS */
color: #ffd6b8;
background-color: #ffd6b8;
/* Tailwind (arbitrary) */
class="text-[#ffd6b8] bg-[#ffd6b8]"
/* SCSS */
$brand: #ffd6b8;
/* SwiftUI */
Color(red: 1.000, green: 0.839, blue: 0.722)
/* Android */
Color.parseColor("#ffd6b8")Accessibility — WCAG contrast
Aa
#ffd6b8 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd6b8 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow27.8%
Key (black)0.0%
Color previews
#ffd6b8 text on a black background
contrast 15.56:1
Card sample
#ffd6b8 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd6b8;
Background color
Panel with #ffd6b8 background
background-color: #ffd6b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd6b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 214, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 214, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd6b8; background: linear-gradient(135deg, #ffd6b8, #F9FFB8);