#cabbac
a light, soft orange · warm · closest name: silver
RGB
202, 187, 172
HSL
30°, 22%, 73%
CMYK
0, 7, 15, 21
Luminance
0.5108
Every format
| HEX | #cabbac |
| RGB | rgb(202, 187, 172) |
| HSL | hsl(30, 22%, 73%) |
| CMYK | cmyk(0%, 7%, 15%, 21%) |
| LAB | lab(76.7 2.8 9.5) |
| LCH | lch(76.7 9.9 73.6) |
| OKLCH | oklch(0.800 0.027 67.4) |
Copy-ready code
/* CSS */
color: #cabbac;
background-color: #cabbac;
/* Tailwind (arbitrary) */
class="text-[#cabbac] bg-[#cabbac]"
/* SCSS */
$brand: #cabbac;
/* SwiftUI */
Color(red: 0.792, green: 0.733, blue: 0.675)
/* Android */
Color.parseColor("#cabbac")Accessibility — WCAG contrast
Aa
#cabbac on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabbac on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow14.9%
Key (black)20.8%
Color previews
#cabbac text on a black background
contrast 11.22:1
Card sample
#cabbac text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabbac;
Background color
Panel with #cabbac background
background-color: #cabbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 187, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 187, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabbac; background: linear-gradient(135deg, #cabbac, #C5CAAC);