#ccad94
a light, soft orange · warm · closest name: tan
RGB
204, 173, 148
HSL
27°, 35%, 69%
CMYK
0, 15, 28, 20
Luminance
0.4486
Every format
| HEX | #ccad94 |
| RGB | rgb(204, 173, 148) |
| HSL | hsl(27, 35%, 69%) |
| CMYK | cmyk(0%, 15%, 28%, 20%) |
| LAB | lab(72.8 7.5 17.0) |
| LCH | lch(72.8 18.6 66.3) |
| OKLCH | oklch(0.768 0.050 60.8) |
Copy-ready code
/* CSS */
color: #ccad94;
background-color: #ccad94;
/* Tailwind (arbitrary) */
class="text-[#ccad94] bg-[#ccad94]"
/* SCSS */
$brand: #ccad94;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#ccad94")Accessibility — WCAG contrast
Aa
#ccad94 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccad94 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow27.5%
Key (black)20.0%
Color previews
#ccad94 text on a black background
contrast 9.97:1
Card sample
#ccad94 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccad94;
Background color
Panel with #ccad94 background
background-color: #ccad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccad94; background: linear-gradient(135deg, #ccad94, #C6CC94);