#cba08f
a light, soft orange · warm · closest name: tan
RGB
203, 160, 143
HSL
17°, 37%, 68%
CMYK
0, 21, 30, 20
Luminance
0.3982
Every format
| HEX | #cba08f |
| RGB | rgb(203, 160, 143) |
| HSL | hsl(17, 37%, 68%) |
| CMYK | cmyk(0%, 21%, 30%, 20%) |
| LAB | lab(69.3 13.5 14.9) |
| LCH | lch(69.3 20.1 48.0) |
| OKLCH | oklch(0.741 0.057 42.6) |
Copy-ready code
/* CSS */
color: #cba08f;
background-color: #cba08f;
/* Tailwind (arbitrary) */
class="text-[#cba08f] bg-[#cba08f]"
/* SCSS */
$brand: #cba08f;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.561)
/* Android */
Color.parseColor("#cba08f")Accessibility — WCAG contrast
Aa
#cba08f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba08f on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow29.6%
Key (black)20.4%
Color previews
#cba08f text on a black background
contrast 8.96:1
Card sample
#cba08f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba08f;
Background color
Panel with #cba08f background
background-color: #cba08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba08f; background: linear-gradient(135deg, #cba08f, #CBC88F);