#0c2727
a deep, vivid cyan · cool · closest name: black
RGB
12, 39, 39
HSL
180°, 53%, 10%
CMYK
69, 0, 0, 85
Luminance
0.0168
Every format
| HEX | #0c2727 |
| RGB | rgb(12, 39, 39) |
| HSL | hsl(180, 53%, 10%) |
| CMYK | cmyk(69%, 0%, 0%, 85%) |
| LAB | lab(13.7 -10.1 -3.1) |
| LCH | lch(13.7 10.6 197.0) |
| OKLCH | oklch(0.252 0.033 195.3) |
Copy-ready code
/* CSS */
color: #0c2727;
background-color: #0c2727;
/* Tailwind (arbitrary) */
class="text-[#0c2727] bg-[#0c2727]"
/* SCSS */
$brand: #0c2727;
/* SwiftUI */
Color(red: 0.047, green: 0.153, blue: 0.153)
/* Android */
Color.parseColor("#0c2727")Accessibility — WCAG contrast
Aa
#0c2727 on white: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c2727 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green15.3%
Blue15.3%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow0.0%
Key (black)84.7%
Color previews
#0c2727 text on a black background
contrast 1.34:1
Card sample
#0c2727 text on a white background
contrast 15.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c2727;
Background color
Panel with #0c2727 background
background-color: #0c2727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c2727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 39, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 39, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c2727; background: linear-gradient(135deg, #0c2727, #0C1527);