#cbbcb2
a light, soft orange · warm · closest name: silver
RGB
203, 188, 178
HSL
24°, 19%, 75%
CMYK
0, 7, 12, 20
Luminance
0.5188
Every format
| HEX | #cbbcb2 |
| RGB | rgb(203, 188, 178) |
| HSL | hsl(24, 19%, 75%) |
| CMYK | cmyk(0%, 7%, 12%, 20%) |
| LAB | lab(77.2 3.6 7.0) |
| LCH | lch(77.2 7.8 62.7) |
| OKLCH | oklch(0.805 0.022 56.1) |
Copy-ready code
/* CSS */
color: #cbbcb2;
background-color: #cbbcb2;
/* Tailwind (arbitrary) */
class="text-[#cbbcb2] bg-[#cbbcb2]"
/* SCSS */
$brand: #cbbcb2;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#cbbcb2")Accessibility — WCAG contrast
Aa
#cbbcb2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcb2 on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow12.3%
Key (black)20.4%
Color previews
#cbbcb2 text on a black background
contrast 11.38:1
Card sample
#cbbcb2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcb2;
Background color
Panel with #cbbcb2 background
background-color: #cbbcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcb2; background: linear-gradient(135deg, #cbbcb2, #C9CBB2);