#0c835f
a dark, electric cyan · cool · closest name: seagreen
RGB
12, 131, 95
HSL
162°, 83%, 28%
CMYK
91, 0, 28, 49
Luminance
0.1714
Every format
| HEX | #0c835f |
| RGB | rgb(12, 131, 95) |
| HSL | hsl(162, 83%, 28%) |
| CMYK | cmyk(91%, 0%, 28%, 49%) |
| LAB | lab(48.4 -39.1 11.1) |
| LCH | lch(48.4 40.6 164.1) |
| OKLCH | oklch(0.542 0.111 165.2) |
Copy-ready code
/* CSS */
color: #0c835f;
background-color: #0c835f;
/* Tailwind (arbitrary) */
class="text-[#0c835f] bg-[#0c835f]"
/* SCSS */
$brand: #0c835f;
/* SwiftUI */
Color(red: 0.047, green: 0.514, blue: 0.373)
/* Android */
Color.parseColor("#0c835f")Accessibility — WCAG contrast
Aa
#0c835f on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c835f on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green51.4%
Blue37.3%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow27.5%
Key (black)48.6%
Color previews
#0c835f text on a black background
contrast 4.43:1
Card sample
#0c835f text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c835f;
Background color
Panel with #0c835f background
background-color: #0c835f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c835f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 131, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 131, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c835f; background: linear-gradient(135deg, #0c835f, #0C5883);