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