#ffd5b3
a pale, electric orange · warm · closest name: tan
RGB
255, 213, 179
HSL
27°, 100%, 85%
CMYK
0, 17, 30, 0
Luminance
0.7210
Every format
| HEX | #ffd5b3 |
| RGB | rgb(255, 213, 179) |
| HSL | hsl(27, 100%, 85%) |
| CMYK | cmyk(0%, 17%, 30%, 0%) |
| LAB | lab(88.0 9.9 22.3) |
| LCH | lch(88.0 24.4 66.1) |
| OKLCH | oklch(0.900 0.065 60.8) |
Copy-ready code
/* CSS */
color: #ffd5b3;
background-color: #ffd5b3;
/* Tailwind (arbitrary) */
class="text-[#ffd5b3] bg-[#ffd5b3]"
/* SCSS */
$brand: #ffd5b3;
/* SwiftUI */
Color(red: 1.000, green: 0.835, blue: 0.702)
/* Android */
Color.parseColor("#ffd5b3")Accessibility — WCAG contrast
Aa
#ffd5b3 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd5b3 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow29.8%
Key (black)0.0%
Color previews
#ffd5b3 text on a black background
contrast 15.42:1
Card sample
#ffd5b3 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd5b3;
Background color
Panel with #ffd5b3 background
background-color: #ffd5b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd5b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 213, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 213, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd5b3; background: linear-gradient(135deg, #ffd5b3, #F6FFB3);