#cbaf98
a light, soft orange · warm · closest name: tan
RGB
203, 175, 152
HSL
27°, 33%, 70%
CMYK
0, 14, 25, 20
Luminance
0.4562
Every format
| HEX | #cbaf98 |
| RGB | rgb(203, 175, 152) |
| HSL | hsl(27, 33%, 70%) |
| CMYK | cmyk(0%, 14%, 25%, 20%) |
| LAB | lab(73.3 6.6 15.5) |
| LCH | lch(73.3 16.9 67.1) |
| OKLCH | oklch(0.772 0.045 61.5) |
Copy-ready code
/* CSS */
color: #cbaf98;
background-color: #cbaf98;
/* Tailwind (arbitrary) */
class="text-[#cbaf98] bg-[#cbaf98]"
/* SCSS */
$brand: #cbaf98;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.596)
/* Android */
Color.parseColor("#cbaf98")Accessibility — WCAG contrast
Aa
#cbaf98 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf98 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow25.1%
Key (black)20.4%
Color previews
#cbaf98 text on a black background
contrast 10.12:1
Card sample
#cbaf98 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf98;
Background color
Panel with #cbaf98 background
background-color: #cbaf98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf98; background: linear-gradient(135deg, #cbaf98, #C5CB98);