#0cadaf
a dark, electric cyan · cool · closest name: teal
RGB
12, 173, 175
HSL
181°, 87%, 37%
CMYK
93, 1, 0, 31
Luminance
0.3306
Every format
| HEX | #0cadaf |
| RGB | rgb(12, 173, 175) |
| HSL | hsl(181, 87%, 37%) |
| CMYK | cmyk(93%, 1%, 0%, 31%) |
| LAB | lab(64.2 -34.9 -11.5) |
| LCH | lch(64.2 36.8 198.2) |
| OKLCH | oklch(0.678 0.114 196.3) |
Copy-ready code
/* CSS */
color: #0cadaf;
background-color: #0cadaf;
/* Tailwind (arbitrary) */
class="text-[#0cadaf] bg-[#0cadaf]"
/* SCSS */
$brand: #0cadaf;
/* SwiftUI */
Color(red: 0.047, green: 0.678, blue: 0.686)
/* Android */
Color.parseColor("#0cadaf")Accessibility — WCAG contrast
Aa
#0cadaf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cadaf on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green67.8%
Blue68.6%
CMYK percentages
Cyan93.1%
Magenta1.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0cadaf text on a black background
contrast 7.61:1
Card sample
#0cadaf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cadaf;
Background color
Panel with #0cadaf background
background-color: #0cadaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cadaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 173, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 173, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cadaf; background: linear-gradient(135deg, #0cadaf, #0C40AF);