#ffddba
a pale, electric orange · warm · closest name: tan
RGB
255, 221, 186
HSL
30°, 100%, 87%
CMYK
0, 13, 27, 0
Luminance
0.7652
Every format
| HEX | #ffddba |
| RGB | rgb(255, 221, 186) |
| HSL | hsl(30, 100%, 87%) |
| CMYK | cmyk(0%, 13%, 27%, 0%) |
| LAB | lab(90.1 6.7 21.5) |
| LCH | lch(90.1 22.6 72.8) |
| OKLCH | oklch(0.917 0.059 67.8) |
Copy-ready code
/* CSS */
color: #ffddba;
background-color: #ffddba;
/* Tailwind (arbitrary) */
class="text-[#ffddba] bg-[#ffddba]"
/* SCSS */
$brand: #ffddba;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.729)
/* Android */
Color.parseColor("#ffddba")Accessibility — WCAG contrast
Aa
#ffddba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffddba on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow27.1%
Key (black)0.0%
Color previews
#ffddba text on a black background
contrast 16.30:1
Card sample
#ffddba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffddba;
Background color
Panel with #ffddba background
background-color: #ffddba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffddba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffddba; background: linear-gradient(135deg, #ffddba, #F3FFBA);