#ffbda4
a light, electric orange · warm · closest name: tan
RGB
255, 189, 164
HSL
17°, 100%, 82%
CMYK
0, 26, 36, 0
Luminance
0.6034
Every format
| HEX | #ffbda4 |
| RGB | rgb(255, 189, 164) |
| HSL | hsl(17, 100%, 82%) |
| CMYK | cmyk(0%, 26%, 36%, 0%) |
| LAB | lab(82.0 20.6 21.9) |
| LCH | lch(82.0 30.1 46.9) |
| OKLCH | oklch(0.853 0.084 41.7) |
Copy-ready code
/* CSS */
color: #ffbda4;
background-color: #ffbda4;
/* Tailwind (arbitrary) */
class="text-[#ffbda4] bg-[#ffbda4]"
/* SCSS */
$brand: #ffbda4;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.643)
/* Android */
Color.parseColor("#ffbda4")Accessibility — WCAG contrast
Aa
#ffbda4 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbda4 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow35.7%
Key (black)0.0%
Color previews
#ffbda4 text on a black background
contrast 13.07:1
Card sample
#ffbda4 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbda4;
Background color
Panel with #ffbda4 background
background-color: #ffbda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbda4; background: linear-gradient(135deg, #ffbda4, #FFFAA4);