#0b3b2f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
11, 59, 47
HSL
165°, 69%, 14%
CMYK
81, 0, 20, 77
Luminance
0.0340
Every format
| HEX | #0b3b2f |
| RGB | rgb(11, 59, 47) |
| HSL | hsl(165, 69%, 14%) |
| CMYK | cmyk(81%, 0%, 20%, 77%) |
| LAB | lab(21.6 -19.2 2.9) |
| LCH | lch(21.6 19.4 171.4) |
| OKLCH | oklch(0.317 0.055 172.2) |
Copy-ready code
/* CSS */
color: #0b3b2f;
background-color: #0b3b2f;
/* Tailwind (arbitrary) */
class="text-[#0b3b2f] bg-[#0b3b2f]"
/* SCSS */
$brand: #0b3b2f;
/* SwiftUI */
Color(red: 0.043, green: 0.231, blue: 0.184)
/* Android */
Color.parseColor("#0b3b2f")Accessibility — WCAG contrast
Aa
#0b3b2f on white: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b3b2f on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green23.1%
Blue18.4%
CMYK percentages
Cyan81.4%
Magenta0.0%
Yellow20.3%
Key (black)76.9%
Color previews
#0b3b2f text on a black background
contrast 1.68:1
Card sample
#0b3b2f text on a white background
contrast 12.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b3b2f;
Background color
Panel with #0b3b2f background
background-color: #0b3b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b3b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 59, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 59, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b3b2f; background: linear-gradient(135deg, #0b3b2f, #0B273B);