#cabbaf
a light, soft orange · warm · closest name: silver
RGB
202, 187, 175
HSL
27°, 20%, 74%
CMYK
0, 7, 13, 21
Luminance
0.5119
Every format
| HEX | #cabbaf |
| RGB | rgb(202, 187, 175) |
| HSL | hsl(27, 20%, 74%) |
| CMYK | cmyk(0%, 7%, 13%, 21%) |
| LAB | lab(76.8 3.3 8.0) |
| LCH | lch(76.8 8.6 67.7) |
| OKLCH | oklch(0.801 0.024 61.2) |
Copy-ready code
/* CSS */
color: #cabbaf;
background-color: #cabbaf;
/* Tailwind (arbitrary) */
class="text-[#cabbaf] bg-[#cabbaf]"
/* SCSS */
$brand: #cabbaf;
/* SwiftUI */
Color(red: 0.792, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#cabbaf")Accessibility — WCAG contrast
Aa
#cabbaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabbaf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow13.4%
Key (black)20.8%
Color previews
#cabbaf text on a black background
contrast 11.24:1
Card sample
#cabbaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabbaf;
Background color
Panel with #cabbaf background
background-color: #cabbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabbaf; background: linear-gradient(135deg, #cabbaf, #C7CAAF);