#b06363
a balanced, soft red · warm · closest name: sienna
RGB
176, 99, 99
HSL
0°, 33%, 54%
CMYK
0, 44, 44, 31
Luminance
0.1905
Every format
| HEX | #b06363 |
| RGB | rgb(176, 99, 99) |
| HSL | hsl(0, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 44%, 31%) |
| LAB | lab(50.8 31.0 13.7) |
| LCH | lch(50.8 33.9 23.9) |
| OKLCH | oklch(0.587 0.100 20.5) |
Copy-ready code
/* CSS */
color: #b06363;
background-color: #b06363;
/* Tailwind (arbitrary) */
class="text-[#b06363] bg-[#b06363]"
/* SCSS */
$brand: #b06363;
/* SwiftUI */
Color(red: 0.690, green: 0.388, blue: 0.388)
/* Android */
Color.parseColor("#b06363")Accessibility — WCAG contrast
Aa
#b06363 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06363 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green38.8%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow43.8%
Key (black)31.0%
Color previews
#b06363 text on a black background
contrast 4.81:1
Card sample
#b06363 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06363;
Background color
Panel with #b06363 background
background-color: #b06363;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06363;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 99, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 99, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06363; background: linear-gradient(135deg, #b06363, #B09663);