#0c533d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
12, 83, 61
HSL
161°, 75%, 19%
CMYK
86, 0, 27, 68
Luminance
0.0660
Every format
| HEX | #0c533d |
| RGB | rgb(12, 83, 61) |
| HSL | hsl(161, 75%, 19%) |
| CMYK | cmyk(86%, 0%, 27%, 68%) |
| LAB | lab(30.9 -26.9 7.0) |
| LCH | lch(30.9 27.8 165.4) |
| OKLCH | oklch(0.395 0.076 166.4) |
Copy-ready code
/* CSS */
color: #0c533d;
background-color: #0c533d;
/* Tailwind (arbitrary) */
class="text-[#0c533d] bg-[#0c533d]"
/* SCSS */
$brand: #0c533d;
/* SwiftUI */
Color(red: 0.047, green: 0.325, blue: 0.239)
/* Android */
Color.parseColor("#0c533d")Accessibility — WCAG contrast
Aa
#0c533d on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c533d on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green32.5%
Blue23.9%
CMYK percentages
Cyan85.5%
Magenta0.0%
Yellow26.5%
Key (black)67.5%
Color previews
#0c533d text on a black background
contrast 2.32:1
Card sample
#0c533d text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c533d;
Background color
Panel with #0c533d background
background-color: #0c533d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c533d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 83, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 83, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c533d; background: linear-gradient(135deg, #0c533d, #0C3A53);