#0c697f
a dark, electric cyan · cool · closest name: teal
RGB
12, 105, 127
HSL
192°, 83%, 27%
CMYK
91, 17, 0, 50
Luminance
0.1171
Every format
| HEX | #0c697f |
| RGB | rgb(12, 105, 127) |
| HSL | hsl(192, 83%, 27%) |
| CMYK | cmyk(91%, 17%, 0%, 50%) |
| LAB | lab(40.8 -16.5 -19.3) |
| LCH | lch(40.8 25.3 229.5) |
| OKLCH | oklch(0.483 0.085 219.7) |
Copy-ready code
/* CSS */
color: #0c697f;
background-color: #0c697f;
/* Tailwind (arbitrary) */
class="text-[#0c697f] bg-[#0c697f]"
/* SCSS */
$brand: #0c697f;
/* SwiftUI */
Color(red: 0.047, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#0c697f")Accessibility — WCAG contrast
Aa
#0c697f on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c697f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green41.2%
Blue49.8%
CMYK percentages
Cyan90.6%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#0c697f text on a black background
contrast 3.34:1
Card sample
#0c697f text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c697f;
Background color
Panel with #0c697f background
background-color: #0c697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c697f; background: linear-gradient(135deg, #0c697f, #0C1C7F);