#0b895f
a dark, electric cyan · cool · closest name: seagreen
RGB
11, 137, 95
HSL
160°, 85%, 29%
CMYK
92, 0, 31, 46
Luminance
0.1879
Every format
| HEX | #0b895f |
| RGB | rgb(11, 137, 95) |
| HSL | hsl(160, 85%, 29%) |
| CMYK | cmyk(92%, 0%, 31%, 46%) |
| LAB | lab(50.4 -41.6 13.9) |
| LCH | lch(50.4 43.9 161.5) |
| OKLCH | oklch(0.558 0.119 162.7) |
Copy-ready code
/* CSS */
color: #0b895f;
background-color: #0b895f;
/* Tailwind (arbitrary) */
class="text-[#0b895f] bg-[#0b895f]"
/* SCSS */
$brand: #0b895f;
/* SwiftUI */
Color(red: 0.043, green: 0.537, blue: 0.373)
/* Android */
Color.parseColor("#0b895f")Accessibility — WCAG contrast
Aa
#0b895f on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0b895f on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green53.7%
Blue37.3%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow30.7%
Key (black)46.3%
Color previews
#0b895f text on a black background
contrast 4.76:1
Card sample
#0b895f text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b895f;
Background color
Panel with #0b895f background
background-color: #0b895f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b895f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 137, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 137, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b895f; background: linear-gradient(135deg, #0b895f, #0B5F89);