#ffd8b2
a light, electric orange · warm · closest name: tan
RGB
255, 216, 178
HSL
30°, 100%, 85%
CMYK
0, 15, 30, 0
Luminance
0.7359
Every format
| HEX | #ffd8b2 |
| RGB | rgb(255, 216, 178) |
| HSL | hsl(30, 100%, 85%) |
| CMYK | cmyk(0%, 15%, 30%, 0%) |
| LAB | lab(88.7 8.2 23.8) |
| LCH | lch(88.7 25.2 71.0) |
| OKLCH | oklch(0.906 0.066 66.1) |
Copy-ready code
/* CSS */
color: #ffd8b2;
background-color: #ffd8b2;
/* Tailwind (arbitrary) */
class="text-[#ffd8b2] bg-[#ffd8b2]"
/* SCSS */
$brand: #ffd8b2;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.698)
/* Android */
Color.parseColor("#ffd8b2")Accessibility — WCAG contrast
Aa
#ffd8b2 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd8b2 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow30.2%
Key (black)0.0%
Color previews
#ffd8b2 text on a black background
contrast 15.72:1
Card sample
#ffd8b2 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd8b2;
Background color
Panel with #ffd8b2 background
background-color: #ffd8b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd8b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd8b2; background: linear-gradient(135deg, #ffd8b2, #F3FFB2);