#ffd4b2
a light, electric orange · warm · closest name: tan
RGB
255, 212, 178
HSL
27°, 100%, 85%
CMYK
0, 17, 30, 0
Luminance
0.7156
Every format
| HEX | #ffd4b2 |
| RGB | rgb(255, 212, 178) |
| HSL | hsl(27, 100%, 85%) |
| CMYK | cmyk(0%, 17%, 30%, 0%) |
| LAB | lab(87.8 10.3 22.5) |
| LCH | lch(87.8 24.7 65.4) |
| OKLCH | oklch(0.898 0.066 60.1) |
Copy-ready code
/* CSS */
color: #ffd4b2;
background-color: #ffd4b2;
/* Tailwind (arbitrary) */
class="text-[#ffd4b2] bg-[#ffd4b2]"
/* SCSS */
$brand: #ffd4b2;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.698)
/* Android */
Color.parseColor("#ffd4b2")Accessibility — WCAG contrast
Aa
#ffd4b2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd4b2 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow30.2%
Key (black)0.0%
Color previews
#ffd4b2 text on a black background
contrast 15.31:1
Card sample
#ffd4b2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd4b2;
Background color
Panel with #ffd4b2 background
background-color: #ffd4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd4b2; background: linear-gradient(135deg, #ffd4b2, #F7FFB2);