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