#cb9b8f
a light, soft red · warm · closest name: tan
RGB
203, 155, 143
HSL
12°, 37%, 68%
CMYK
0, 24, 30, 20
Luminance
0.3812
Every format
| HEX | #cb9b8f |
| RGB | rgb(203, 155, 143) |
| HSL | hsl(12, 37%, 68%) |
| CMYK | cmyk(0%, 24%, 30%, 20%) |
| LAB | lab(68.1 16.2 13.2) |
| LCH | lch(68.1 20.9 39.3) |
| OKLCH | oklch(0.731 0.060 34.4) |
Copy-ready code
/* CSS */
color: #cb9b8f;
background-color: #cb9b8f;
/* Tailwind (arbitrary) */
class="text-[#cb9b8f] bg-[#cb9b8f]"
/* SCSS */
$brand: #cb9b8f;
/* SwiftUI */
Color(red: 0.796, green: 0.608, blue: 0.561)
/* Android */
Color.parseColor("#cb9b8f")Accessibility — WCAG contrast
Aa
#cb9b8f on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9b8f on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green60.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow29.6%
Key (black)20.4%
Color previews
#cb9b8f text on a black background
contrast 8.62:1
Card sample
#cb9b8f text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9b8f;
Background color
Panel with #cb9b8f background
background-color: #cb9b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 155, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 155, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9b8f; background: linear-gradient(135deg, #cb9b8f, #CBC38F);