#cbbcaf
a light, soft orange · warm · closest name: silver
RGB
203, 188, 175
HSL
28°, 21%, 74%
CMYK
0, 7, 14, 20
Luminance
0.5176
Every format
| HEX | #cbbcaf |
| RGB | rgb(203, 188, 175) |
| HSL | hsl(28, 21%, 74%) |
| CMYK | cmyk(0%, 7%, 14%, 20%) |
| LAB | lab(77.1 3.1 8.5) |
| LCH | lch(77.1 9.0 69.9) |
| OKLCH | oklch(0.804 0.025 63.4) |
Copy-ready code
/* CSS */
color: #cbbcaf;
background-color: #cbbcaf;
/* Tailwind (arbitrary) */
class="text-[#cbbcaf] bg-[#cbbcaf]"
/* SCSS */
$brand: #cbbcaf;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#cbbcaf")Accessibility — WCAG contrast
Aa
#cbbcaf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcaf on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow13.8%
Key (black)20.4%
Color previews
#cbbcaf text on a black background
contrast 11.35:1
Card sample
#cbbcaf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcaf;
Background color
Panel with #cbbcaf background
background-color: #cbbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcaf; background: linear-gradient(135deg, #cbbcaf, #C7CBAF);