#3b626e
a dark, soft cyan · cool · closest name: darkslategray
RGB
59, 98, 110
HSL
194°, 30%, 33%
CMYK
46, 11, 0, 57
Luminance
0.1079
Every format
| HEX | #3b626e |
| RGB | rgb(59, 98, 110) |
| HSL | hsl(194, 30%, 33%) |
| CMYK | cmyk(46%, 11%, 0%, 57%) |
| LAB | lab(39.2 -10.3 -11.1) |
| LCH | lch(39.2 15.1 227.2) |
| OKLCH | oklch(0.472 0.048 219.5) |
Copy-ready code
/* CSS */
color: #3b626e;
background-color: #3b626e;
/* Tailwind (arbitrary) */
class="text-[#3b626e] bg-[#3b626e]"
/* SCSS */
$brand: #3b626e;
/* SwiftUI */
Color(red: 0.231, green: 0.384, blue: 0.431)
/* Android */
Color.parseColor("#3b626e")Accessibility — WCAG contrast
Aa
#3b626e on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b626e on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green38.4%
Blue43.1%
CMYK percentages
Cyan46.4%
Magenta10.9%
Yellow0.0%
Key (black)56.9%
Color previews
#3b626e text on a black background
contrast 3.16:1
Card sample
#3b626e text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b626e;
Background color
Panel with #3b626e background
background-color: #3b626e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b626e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 98, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 98, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b626e; background: linear-gradient(135deg, #3b626e, #3B406E);