#cbaf95
a light, soft orange · warm · closest name: tan
RGB
203, 175, 149
HSL
29°, 34%, 69%
CMYK
0, 14, 27, 20
Luminance
0.4553
Every format
| HEX | #cbaf95 |
| RGB | rgb(203, 175, 149) |
| HSL | hsl(29, 34%, 69%) |
| CMYK | cmyk(0%, 14%, 27%, 20%) |
| LAB | lab(73.2 6.2 17.1) |
| LCH | lch(73.2 18.2 70.2) |
| OKLCH | oklch(0.772 0.048 64.9) |
Copy-ready code
/* CSS */
color: #cbaf95;
background-color: #cbaf95;
/* Tailwind (arbitrary) */
class="text-[#cbaf95] bg-[#cbaf95]"
/* SCSS */
$brand: #cbaf95;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.584)
/* Android */
Color.parseColor("#cbaf95")Accessibility — WCAG contrast
Aa
#cbaf95 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf95 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow26.6%
Key (black)20.4%
Color previews
#cbaf95 text on a black background
contrast 10.11:1
Card sample
#cbaf95 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf95;
Background color
Panel with #cbaf95 background
background-color: #cbaf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf95; background: linear-gradient(135deg, #cbaf95, #C3CB95);