#0b8564
a dark, electric cyan · cool · closest name: seagreen
RGB
11, 133, 100
HSL
164°, 85%, 28%
CMYK
92, 0, 25, 48
Luminance
0.1777
Every format
| HEX | #0b8564 |
| RGB | rgb(11, 133, 100) |
| HSL | hsl(164, 85%, 28%) |
| CMYK | cmyk(92%, 0%, 25%, 48%) |
| LAB | lab(49.2 -38.7 9.3) |
| LCH | lch(49.2 39.8 166.4) |
| OKLCH | oklch(0.549 0.110 167.4) |
Copy-ready code
/* CSS */
color: #0b8564;
background-color: #0b8564;
/* Tailwind (arbitrary) */
class="text-[#0b8564] bg-[#0b8564]"
/* SCSS */
$brand: #0b8564;
/* SwiftUI */
Color(red: 0.043, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#0b8564")Accessibility — WCAG contrast
Aa
#0b8564 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b8564 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green52.2%
Blue39.2%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#0b8564 text on a black background
contrast 4.55:1
Card sample
#0b8564 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b8564;
Background color
Panel with #0b8564 background
background-color: #0b8564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b8564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b8564; background: linear-gradient(135deg, #0b8564, #0B5485);