#ffcda0
a light, electric orange · warm · closest name: tan
RGB
255, 205, 160
HSL
28°, 100%, 81%
CMYK
0, 20, 37, 0
Luminance
0.6746
Every format
| HEX | #ffcda0 |
| RGB | rgb(255, 205, 160) |
| HSL | hsl(28, 100%, 81%) |
| CMYK | cmyk(0%, 20%, 37%, 0%) |
| LAB | lab(85.7 11.8 29.1) |
| LCH | lch(85.7 31.4 68.0) |
| OKLCH | oklch(0.881 0.082 63.4) |
Copy-ready code
/* CSS */
color: #ffcda0;
background-color: #ffcda0;
/* Tailwind (arbitrary) */
class="text-[#ffcda0] bg-[#ffcda0]"
/* SCSS */
$brand: #ffcda0;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.627)
/* Android */
Color.parseColor("#ffcda0")Accessibility — WCAG contrast
Aa
#ffcda0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcda0 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow37.3%
Key (black)0.0%
Color previews
#ffcda0 text on a black background
contrast 14.49:1
Card sample
#ffcda0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcda0;
Background color
Panel with #ffcda0 background
background-color: #ffcda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcda0; background: linear-gradient(135deg, #ffcda0, #F2FFA0);