#ffcda4
a light, electric orange · warm · closest name: tan
RGB
255, 205, 164
HSL
27°, 100%, 82%
CMYK
0, 20, 36, 0
Luminance
0.6760
Every format
| HEX | #ffcda4 |
| RGB | rgb(255, 205, 164) |
| HSL | hsl(27, 100%, 82%) |
| CMYK | cmyk(0%, 20%, 36%, 0%) |
| LAB | lab(85.8 12.2 27.1) |
| LCH | lch(85.8 29.7 65.8) |
| OKLCH | oklch(0.882 0.078 60.9) |
Copy-ready code
/* CSS */
color: #ffcda4;
background-color: #ffcda4;
/* Tailwind (arbitrary) */
class="text-[#ffcda4] bg-[#ffcda4]"
/* SCSS */
$brand: #ffcda4;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.643)
/* Android */
Color.parseColor("#ffcda4")Accessibility — WCAG contrast
Aa
#ffcda4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcda4 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow35.7%
Key (black)0.0%
Color previews
#ffcda4 text on a black background
contrast 14.52:1
Card sample
#ffcda4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcda4;
Background color
Panel with #ffcda4 background
background-color: #ffcda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcda4; background: linear-gradient(135deg, #ffcda4, #F4FFA4);