#ffd2b3
a pale, electric orange · warm · closest name: tan
RGB
255, 210, 179
HSL
25°, 100%, 85%
CMYK
0, 18, 30, 0
Luminance
0.7061
Every format
| HEX | #ffd2b3 |
| RGB | rgb(255, 210, 179) |
| HSL | hsl(25, 100%, 85%) |
| CMYK | cmyk(0%, 18%, 30%, 0%) |
| LAB | lab(87.3 11.4 21.3) |
| LCH | lch(87.3 24.2 61.8) |
| OKLCH | oklch(0.895 0.065 56.3) |
Copy-ready code
/* CSS */
color: #ffd2b3;
background-color: #ffd2b3;
/* Tailwind (arbitrary) */
class="text-[#ffd2b3] bg-[#ffd2b3]"
/* SCSS */
$brand: #ffd2b3;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 0.702)
/* Android */
Color.parseColor("#ffd2b3")Accessibility — WCAG contrast
Aa
#ffd2b3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd2b3 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow29.8%
Key (black)0.0%
Color previews
#ffd2b3 text on a black background
contrast 15.12:1
Card sample
#ffd2b3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd2b3;
Background color
Panel with #ffd2b3 background
background-color: #ffd2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd2b3; background: linear-gradient(135deg, #ffd2b3, #F9FFB3);