#0cb3cf
a dark, electric cyan · cool · closest name: skyblue
RGB
12, 179, 207
HSL
189°, 89%, 43%
CMYK
94, 14, 0, 19
Luminance
0.3682
Every format
| HEX | #0cb3cf |
| RGB | rgb(12, 179, 207) |
| HSL | hsl(189, 89%, 43%) |
| CMYK | cmyk(94%, 14%, 0%, 19%) |
| LAB | lab(67.1 -27.6 -24.8) |
| LCH | lch(67.1 37.0 222.0) |
| OKLCH | oklch(0.706 0.123 214.3) |
Copy-ready code
/* CSS */
color: #0cb3cf;
background-color: #0cb3cf;
/* Tailwind (arbitrary) */
class="text-[#0cb3cf] bg-[#0cb3cf]"
/* SCSS */
$brand: #0cb3cf;
/* SwiftUI */
Color(red: 0.047, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#0cb3cf")Accessibility — WCAG contrast
Aa
#0cb3cf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cb3cf on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green70.2%
Blue81.2%
CMYK percentages
Cyan94.2%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#0cb3cf text on a black background
contrast 8.36:1
Card sample
#0cb3cf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cb3cf;
Background color
Panel with #0cb3cf background
background-color: #0cb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cb3cf; background: linear-gradient(135deg, #0cb3cf, #0C31CF);