#cbada2
a light, soft orange · warm · closest name: silver
RGB
203, 173, 162
HSL
16°, 28%, 72%
CMYK
0, 15, 20, 20
Luminance
0.4519
Every format
| HEX | #cbada2 |
| RGB | rgb(203, 173, 162) |
| HSL | hsl(16, 28%, 72%) |
| CMYK | cmyk(0%, 15%, 20%, 20%) |
| LAB | lab(73.0 9.1 9.7) |
| LCH | lch(73.0 13.3 46.7) |
| OKLCH | oklch(0.771 0.038 41.2) |
Copy-ready code
/* CSS */
color: #cbada2;
background-color: #cbada2;
/* Tailwind (arbitrary) */
class="text-[#cbada2] bg-[#cbada2]"
/* SCSS */
$brand: #cbada2;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#cbada2")Accessibility — WCAG contrast
Aa
#cbada2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbada2 on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow20.2%
Key (black)20.4%
Color previews
#cbada2 text on a black background
contrast 10.04:1
Card sample
#cbada2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbada2;
Background color
Panel with #cbada2 background
background-color: #cbada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbada2; background: linear-gradient(135deg, #cbada2, #CBC8A2);