#ffcda8
a light, electric orange · warm · closest name: tan
RGB
255, 205, 168
HSL
26°, 100%, 83%
CMYK
0, 20, 34, 0
Luminance
0.6775
Every format
| HEX | #ffcda8 |
| RGB | rgb(255, 205, 168) |
| HSL | hsl(26, 100%, 83%) |
| CMYK | cmyk(0%, 20%, 34%, 0%) |
| LAB | lab(85.9 12.7 25.1) |
| LCH | lch(85.9 28.1 63.2) |
| OKLCH | oklch(0.883 0.075 58.1) |
Copy-ready code
/* CSS */
color: #ffcda8;
background-color: #ffcda8;
/* Tailwind (arbitrary) */
class="text-[#ffcda8] bg-[#ffcda8]"
/* SCSS */
$brand: #ffcda8;
/* SwiftUI */
Color(red: 1.000, green: 0.804, blue: 0.659)
/* Android */
Color.parseColor("#ffcda8")Accessibility — WCAG contrast
Aa
#ffcda8 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcda8 on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.4%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow34.1%
Key (black)0.0%
Color previews
#ffcda8 text on a black background
contrast 14.55:1
Card sample
#ffcda8 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcda8;
Background color
Panel with #ffcda8 background
background-color: #ffcda8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcda8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 205, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 205, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcda8; background: linear-gradient(135deg, #ffcda8, #F7FFA8);