#ffdb9f
a light, electric orange · warm · closest name: tan
RGB
255, 219, 159
HSL
38°, 100%, 81%
CMYK
0, 14, 38, 0
Luminance
0.7443
Every format
| HEX | #ffdb9f |
| RGB | rgb(255, 219, 159) |
| HSL | hsl(38, 100%, 81%) |
| CMYK | cmyk(0%, 14%, 38%, 0%) |
| LAB | lab(89.1 4.4 34.1) |
| LCH | lch(89.1 34.4 82.6) |
| OKLCH | oklch(0.908 0.086 80.1) |
Copy-ready code
/* CSS */
color: #ffdb9f;
background-color: #ffdb9f;
/* Tailwind (arbitrary) */
class="text-[#ffdb9f] bg-[#ffdb9f]"
/* SCSS */
$brand: #ffdb9f;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.624)
/* Android */
Color.parseColor("#ffdb9f")Accessibility — WCAG contrast
Aa
#ffdb9f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdb9f on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow37.6%
Key (black)0.0%
Color previews
#ffdb9f text on a black background
contrast 15.89:1
Card sample
#ffdb9f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdb9f;
Background color
Panel with #ffdb9f background
background-color: #ffdb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdb9f; background: linear-gradient(135deg, #ffdb9f, #E3FF9F);